Loading core/lib/Drupal/Core/DependencyInjection/DeprecatedServicePropertyTrait.php +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ public function __get($name) { if (isset($this->deprecatedProperties[$name])) { $service_name = $this->deprecatedProperties[$name]; $class_name = static::class; @trigger_error("The property $name ($service_name service) is deprecated in $class_name and will be removed before Drupal 10.0.0.", E_USER_DEPRECATED); @trigger_error("The property $name ($service_name service) is deprecated in $class_name and will be removed before Drupal 11.0.0.", E_USER_DEPRECATED); return \Drupal::service($service_name); } } Loading Loading
core/lib/Drupal/Core/DependencyInjection/DeprecatedServicePropertyTrait.php +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ public function __get($name) { if (isset($this->deprecatedProperties[$name])) { $service_name = $this->deprecatedProperties[$name]; $class_name = static::class; @trigger_error("The property $name ($service_name service) is deprecated in $class_name and will be removed before Drupal 10.0.0.", E_USER_DEPRECATED); @trigger_error("The property $name ($service_name service) is deprecated in $class_name and will be removed before Drupal 11.0.0.", E_USER_DEPRECATED); return \Drupal::service($service_name); } } Loading