File
- drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePathTest.php, line 24
- Definition of Drupal\locale\Tests\LocalePathTest.
Class
- LocalePathTest
- Functional tests for configuring a different path alias per language.
Namespace
Drupal\locale\Tests
Code
public static function getInfo() {
return array(
'name' => 'Path language settings',
'description' => 'Checks you can configure a language for individual URL aliases.',
'group' => 'Locale',
);
}