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

Breadcrumb

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

function ContainerInterface::initialized

Check for whether or not a service has been initialized.

2 methods override ContainerInterface::initialized()
Container::initialized in core/lib/Drupal/Component/DependencyInjection/Container.php
Check for whether or not a service has been initialized.
Container::initialized in vendor/symfony/dependency-injection/Container.php
Returns true if the given service has actually been initialized.

File

vendor/symfony/dependency-injection/ContainerInterface.php, line 54

Class

ContainerInterface
ContainerInterface is the interface implemented by service container classes.

Namespace

Symfony\Component\DependencyInjection

Code

public function initialized(string $id) : bool;

API Navigation

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