You are here

public function Spec::setContainer in Little helpers 7.2

Set the container.

File

src/Services/Spec.php, line 95

Class

Spec
A class instantiation spec.

Namespace

Drupal\little_helpers\Services

Code

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