function MachineNameController::create

Same name and namespace in other branches
  1. 8.9.x core/modules/system/src/MachineNameController.php \Drupal\system\MachineNameController::create()
  2. 10 core/modules/system/src/MachineNameController.php \Drupal\system\MachineNameController::create()

Overrides ContainerInjectionInterface::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'));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.