public function IntrospectableContainerInterface::initialized

Check for whether or not a service has been initialized.

Parameters

string $id:

Return value

Boolean true if the service has been initialized, false otherwise

1 method overrides IntrospectableContainerInterface::initialized()
Container::initialized in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php
Returns true if the given service has actually been initialized

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/IntrospectableContainerInterface.php, line 31

Class

IntrospectableContainerInterface
IntrospectableContainerInterface defines additional introspection functionality for containers, allowing logic to be implemented based on a Container's state.

Namespace

Symfony\Component\DependencyInjection

Code

public function initialized($id);