Router::$deprecatedProperties

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Routing/Router.php \Drupal\Core\Routing\Router::deprecatedProperties

The service properties that should raise a deprecation error.

Type: deprecatedProperties

File

core/lib/Drupal/Core/Routing/Router.php, line 38

Class

Router
Router implementation in Drupal.

Namespace

Drupal\Core\Routing

Code

private array $deprecatedProperties = [
  'urlGenerator' => 'url_generator',
];

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