function ContainerInterface::getServiceIds
Same name in other branches
- 10 core/lib/Drupal/Component/DependencyInjection/ContainerInterface.php \Drupal\Component\DependencyInjection\ContainerInterface::getServiceIds()
- 11.x core/lib/Drupal/Component/DependencyInjection/ContainerInterface.php \Drupal\Component\DependencyInjection\ContainerInterface::getServiceIds()
Gets all defined service IDs.
Return value
array An array of all defined service IDs.
1 method overrides ContainerInterface::getServiceIds()
- Container::getServiceIds in core/
lib/ Drupal/ Component/ DependencyInjection/ Container.php - Gets all defined service IDs.
File
-
core/
lib/ Drupal/ Component/ DependencyInjection/ ContainerInterface.php, line 21
Class
- ContainerInterface
- The interface for Drupal service container classes.
Namespace
Drupal\Component\DependencyInjectionCode
public function getServiceIds();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.