public static function MachineNameController::create in Drupal 10
Same name and namespace in other branches
- 8 core/modules/system/src/MachineNameController.php \Drupal\system\MachineNameController::create()
- 9 core/modules/system/src/MachineNameController.php \Drupal\system\MachineNameController::create()
File
- core/
modules/ system/ src/ MachineNameController.php, line 48
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'));
}