function ContainerInterface::getServiceIds

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/DependencyInjection/ContainerInterface.php \Drupal\Component\DependencyInjection\ContainerInterface::getServiceIds()
  2. 10 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 18

Class

ContainerInterface
The interface for Drupal service container classes.

Namespace

Drupal\Component\DependencyInjection

Code

public function getServiceIds();

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