Fichier

src/Form/SettingsForm.php, line 40

Classe

SettingsForm
Defines a form that configures Subpathauto.

Namespace

Drupal\subpathauto\Form

Code

public static function create(ContainerInterface $container) {
    return new static($container->get('config.factory'), $container->get('module_handler'));
}