Changes for core/lib/Drupal/Core/Command/ServerCommand.php: 0 added lines, 17 removed lines.
Original line number
Diff line number
Diff line
@@ -179,23 +179,6 @@ protected function openBrowser($url, SymfonyStyle $io) {
$process->start();
}
/**
* Gets a one time login URL for user 1.
*
* @return string
* The one time login URL for user 1.
*
* @deprecated in drupal:11.4.0 and is removed from drupal:12.0.0. There is no
* replacement.
* @see https://www.drupal.org/node/3581062
*/
protectedfunctiongetOneTimeLoginUrl(){
@trigger_error(__METHOD__.'() is deprecated in drupal:11.4.0 and is removed from drupal:12.0.0. There is no replacement. See https://www.drupal.org/node/3581062',E_USER_DEPRECATED);
@trigger_error(__METHOD__.'() is deprecated in drupal:11.4.0 and is removed from drupal:12.0.0. There is no replacement. See https://www.drupal.org/node/3586362');
* Retrieves all defined routes from .routing.yml files.
*
* @return array
* The defined routes, keyed by provider.
*
* @deprecated in drupal:11.4.0 and is removed from drupal:12.0.0. This code
* has moved to \Drupal\Core\Routing\YamlRouteDiscovery.
*
* @see https://www.drupal.org/node/3324758
*/
protectedfunctiongetRouteDefinitions(){
@trigger_error(__METHOD__.'() is deprecated in drupal:11.4.0 and is removed from drupal:12.0.0. This code has moved to \Drupal\Core\Routing\YamlRouteDiscovery. See https://www.drupal.org/node/3324758',E_USER_DEPRECATED);
// Always instantiate a new YamlDiscovery object so that we always search on
@trigger_error(__CLASS__.'::systemRegionList() is deprecated in drupal:11.4.0 and is removed from drupal:12.0.0. Use $this->themeHandler->getTheme()->listAllRegions() or $this->themeHandler->getTheme()->listVisibleRegions() instead. See https://www.drupal.org/node/3015925',E_USER_DEPRECATED);