class EnableBundledExtensions implements Step

Constants

DEFAULT_ENABLED_EXTENSIONS

Methods

__construct(ConnectionInterface $database, string $vendorPath, string $assetPath, array|null $enabledExtensions = null)

No description

string
getMessage()

A one-line status message summarizing what's happening in this step.

void
run()

Do the work that constitutes this step.

Details

__construct(ConnectionInterface $database, string $vendorPath, string $assetPath, array|null $enabledExtensions = null)

Parameters

ConnectionInterface $database
string $vendorPath
string $assetPath
array|null $enabledExtensions

string getMessage()

A one-line status message summarizing what's happening in this step.

Return Value

string

void run()

Do the work that constitutes this step.

This method should raise a `StepFailed` exception whenever something goes wrong that should result in the entire installation being reverted.

Return Value

void

Exceptions

StepFailed