function DrupalKernelInterface::getServiceIdMapping
Same name in other branches
- 9 core/lib/Drupal/Core/DrupalKernelInterface.php \Drupal\Core\DrupalKernelInterface::getServiceIdMapping()
Get a mapping from service hashes to service IDs.
Deprecated
in drupal:9.5.1 and is removed from drupal:11.0.0. Use the 'Drupal\Component\DependencyInjection\ReverseContainer' service instead.
See also
https://www.drupal.org/node/3327942
1 method overrides DrupalKernelInterface::getServiceIdMapping()
- DrupalKernel::getServiceIdMapping in core/
lib/ Drupal/ Core/ DrupalKernel.php - Get a mapping from service hashes to service IDs.
File
-
core/
lib/ Drupal/ Core/ DrupalKernelInterface.php, line 158
Class
- DrupalKernelInterface
- The interface for DrupalKernel, the core of Drupal.
Namespace
Drupal\CoreCode
public function getServiceIdMapping();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.