PHP 8.3.30
Preview: SluggerInterface.php Size: 716 B
/home/getspomw/itechservicellc.com/vendor/symfony/string/Slugger/SluggerInterface.php

<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\String\Slugger;

use Symfony\Component\String\AbstractUnicodeString;

/**
 * Creates a URL-friendly slug from a given string.
 *
 * @author Titouan Galopin <galopintitouan@gmail.com>
 */
interface SluggerInterface
{
    /**
     * Creates a slug for the given string and locale, using appropriate transliteration when needed.
     */
    public function slug(string $string, string $separator = '-', ?string $locale = null): AbstractUnicodeString;
}

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
6.86 KB lrw-r--r-- 2025-10-28 20:23:46
Edit Download
716 B lrw-r--r-- 2025-10-28 20:23:46
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).