class CanonicalUrls implements OptionsPreconditionInterface (View source)

Properties

protected Application $application
protected InstallerOptions|null $installerOptions

Methods

string
getName()

Get the precondition name.

string
getUniqueIdentifier()

Get the precondition handle.

bool
isOptional()

Is this an optional precondition?

$this
setInstallerOptions(InstallerOptions $installerOptions)

Set the installer options to be checked.

performCheck()

Get the precondition result.

Details

string getName()

Get the precondition name.

Return Value

string

See also

PreconditionInterface::getName

string getUniqueIdentifier()

Get the precondition handle.

Return Value

string

See also

PreconditionInterface::getUniqueIdentifier

bool isOptional()

Is this an optional precondition?

Return Value

bool

See also

PreconditionInterface::isOptional

$this setInstallerOptions(InstallerOptions $installerOptions)

Set the installer options to be checked.

Parameters

InstallerOptions $installerOptions

Return Value

$this

See also

OptionsPreconditionInterface::setInstallerOptions

PreconditionResult performCheck()

Get the precondition result.