Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ContainerInterface.php

function 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();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal