Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. AsciiSlugger.php

function AsciiSlugger::__construct

File

vendor/symfony/string/Slugger/AsciiSlugger.php, line 70

Class

AsciiSlugger
@author Titouan Galopin <galopintitouan@gmail.com>

Namespace

Symfony\Component\String\Slugger

Code

public function __construct(?string $defaultLocale = null, array|\Closure|null $symbolsMap = null) {
    $this->symbolsMap = $symbolsMap ?? $this->symbolsMap;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal