You are here

public function Container::setContainer in Little helpers 7.2

Set the container used to resolve service references in specs.

Parameters

\Drupal\little_helper\Services\Container: The container instance to set.

File

src/Services/Container.php, line 136

Class

Container
Dependency injection container.

Namespace

Drupal\little_helpers\Services

Code

public function setContainer(Container $container) {
  $this->container = $container;
}