You are here

public static function MachineNameController::create in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/src/MachineNameController.php \Drupal\system\MachineNameController::create()
  2. 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\system

Code

public static function create(ContainerInterface $container) {
  return new static($container
    ->get('transliteration'), $container
    ->get('csrf_token'));
}