function EnvironmentCleanerFactory::__construct
Construct an environment cleaner factory.
Parameters
\Drupal\Core\DependencyInjection\Container $container: The container.
File
-
core/
modules/ simpletest/ src/ EnvironmentCleanerFactory.php, line 30
Class
- EnvironmentCleanerFactory
- Test environment cleaner factory.
Namespace
Drupal\simpletestCode
public function __construct(Container $container) {
$this->container = $container;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.