root = $root; $this->commandTag = $serviceTag; $this->generatorTag = $generatorTag; $this->configuration = $configuration; } /** * @inheritdoc */ public function alter(ContainerBuilder $container) { $container->addCompilerPass( new DrupalCompilerPass($this->configuration) ); } }