Language negotiation settings.

Type: array.

Fichier

tests/src/Unit/SubPathautoTest.php, line 65

Classe

SubPathautoTest
@coversDefaultClass \Drupal\subpathauto\PathProcessor @group subpathauto

Namespace

Drupal\Tests\subpathauto\Unit

Code

protected $languageNegotiationSettings = [
    'source' => LanguageNegotiationUrl::CONFIG_PATH_PREFIX,
    'prefixes' => [
        'en' => 'default_language',
    ],
];