Container::getServiceIds

public Container::getServiceIds()

Gets all defined service IDs.

Return value

array An array of all defined service IDs.

File

core/lib/Drupal/Component/DependencyInjection/Container.php, line 651

Class

Container
Provides a container optimized for Drupal's needs.

Namespace

Drupal\Component\DependencyInjection

Code

public function getServiceIds() {
  return array_keys($this->serviceDefinitions + $this->services);
}
doc_Drupal
2016-10-29 08:56:38
Comments
Leave a Comment

Please login to continue.