BootstrapHook
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
Details
__construct(BootstrapManager $bootstrapManager)
No description
initialize(InputInterface $input, AnnotationData $annotationData)
No description