class ProjectServiceContainer

ProjectServiceContainer

This class has been auto-generated by the Symfony Dependency Injection Component.

Hierarchy

Expanded class hierarchy of ProjectServiceContainer

1 string reference to 'ProjectServiceContainer'
PhpDumper::dump in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
Dumps the service container as a PHP class.

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1.php, line 19

View source
class ProjectServiceContainer extends Container {

  /**
   * Constructor.
   */
  public function __construct() {
    parent::__construct();
  }

}

Members

Namesort descending Modifiers Type Description Overrides
Container::$loading protected property
Container::$parameterBag protected property
Container::$scopeChildren protected property
Container::$scopedServices protected property
Container::$scopes protected property
Container::$scopeStacks protected property
Container::$services protected property
Container::addScope public function Adds a scope to the container. Overrides ContainerInterface::addScope
Container::camelize public static function Camelizes a string.
Container::compile public function Compiles the container. 1
Container::enterScope public function This is called when you enter a scope Overrides ContainerInterface::enterScope
Container::get public function Gets a service. Overrides ContainerInterface::get 1
Container::getParameter public function Gets a parameter. Overrides ContainerInterface::getParameter 1
Container::getParameterBag public function Gets the service container parameter bag. 1
Container::getServiceIds public function Gets all service ids. 1
Container::has public function Returns true if the given service is defined. Overrides ContainerInterface::has 1
Container::hasParameter public function Checks if a parameter exists. Overrides ContainerInterface::hasParameter 1
Container::hasScope public function Returns whether this container has a certain scope Overrides ContainerInterface::hasScope
Container::initialized public function Returns true if the given service has actually been initialized Overrides IntrospectableContainerInterface::initialized
Container::isFrozen public function Returns true if the container parameter bag are frozen.
Container::isScopeActive public function Returns whether this scope is currently active Overrides ContainerInterface::isScopeActive
Container::leaveScope public function This is called to leave the current scope, and move back to the parent scope. Overrides ContainerInterface::leaveScope
Container::set public function Sets a service. Overrides ContainerInterface::set 1
Container::setParameter public function Sets a parameter. Overrides ContainerInterface::setParameter 1
Container::underscore public static function A string to underscore.
ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE constant
ContainerInterface::IGNORE_ON_INVALID_REFERENCE constant
ContainerInterface::NULL_ON_INVALID_REFERENCE constant
ContainerInterface::SCOPE_CONTAINER constant
ContainerInterface::SCOPE_PROTOTYPE constant
ProjectServiceContainer::__construct public function Constructor. Overrides Container::__construct