InstallerRouteBuilder.php
Same filename in other branches
Namespace
Drupal\Core\InstallerFile
-
core/
lib/ Drupal/ Core/ Installer/ InstallerRouteBuilder.php
View source
<?php
namespace Drupal\Core\Installer;
use Drupal\Core\Routing\RouteBuilder;
/**
* Manages the router in the installer.
*/
class InstallerRouteBuilder extends RouteBuilder {
/**
* {@inheritdoc}
*
* Overridden to return no routes.
*
* @todo Convert installer steps into routes; add an installer.routing.yml.
*/
protected function getRouteDefinitions() {
return [];
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
InstallerRouteBuilder | Manages the router in the installer. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.