BootstrapListener
class BootstrapListener (View source)
Traits
A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
Methods
static
create(ContainerInterface $container)
Instantiates a new instance of the implementing class using autowiring.
from
AutowireTrait
void
__invoke(ConsoleCommandEvent $event)
Bootstrap command up to the level specified by the #[Bootstrap] attribute.
Details
static
create(ContainerInterface $container)
Instantiates a new instance of the implementing class using autowiring.
__construct(BootstrapManager $bootstrapManager, LoggerInterface $logger)
No description
void
__invoke(ConsoleCommandEvent $event)
Bootstrap command up to the level specified by the #[Bootstrap] attribute.