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

Breadcrumb

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

AsciiSlugger::$symbolsMap

Type: symbolsMap

File

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

Class

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

Namespace

Symfony\Component\String\Slugger

Code

private \Closure|array $symbolsMap = [
    'en' => [
        '@' => 'at',
        '&' => 'and',
    ],
];

API Navigation

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