class BootstrapHook implements InitializeHookInterface (View source)

The BootstrapHook is installed as an init hook that runs before all commands. If there is a @bootstrap annotation/attribute, then we will bootstrap Drupal to the requested phase.

Properties

protected $bootstrapManager

Methods

__construct(BootstrapManager $bootstrapManager)

No description

void
initialize(InputInterface $input, AnnotationData $annotationData)

No description

Details

__construct(BootstrapManager $bootstrapManager)

No description

Parameters

BootstrapManager $bootstrapManager

void initialize(InputInterface $input, AnnotationData $annotationData)

No description

Parameters

InputInterface $input
AnnotationData $annotationData

Return Value

void