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\DependencyInjectionCode
public function initialized(string $id) : bool;