function MachineNameController::create
Same name in other branches
- 9 core/modules/system/src/MachineNameController.php \Drupal\system\MachineNameController::create()
- 8.9.x core/modules/system/src/MachineNameController.php \Drupal\system\MachineNameController::create()
Overrides ContainerInjectionInterface::create
File
-
core/
modules/ system/ src/ MachineNameController.php, line 53
Class
- MachineNameController
- Controller routines for machine name transliteration routes.
Namespace
Drupal\systemCode
public static function create(ContainerInterface $container) {
return new static($container->get('transliteration'), $container->get('csrf_token'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.