ReferenceIndexUpdatedPrerequisite implements PrerequisiteInterface, ChattyInterface

ReferenceIndex Prerequisite

Defines that the reference index needs to be up-to-date before an upgrade wizard may be run

Internal

Table of Contents

Interfaces

PrerequisiteInterface
UpgradeWizard Prerequisites
ChattyInterface
Is this upgradeWizard chatty aka does it need to output things?

Properties

$output  : OutputInterface

Methods

__construct()  : mixed
ReferenceIndexUpdatedPrerequisite constructor
ensure()  : bool
Updates the reference index
getTitle()  : string
Get speaking name of this prerequisite
isFulfilled()  : bool
Checks whether there are reference index updates to be done
setOutput()  : void
Setter injection for output into upgrade wizards

Properties

Methods

__construct()

ReferenceIndexUpdatedPrerequisite constructor

public __construct() : mixed

ensure()

Updates the reference index

public ensure() : bool
Return values
bool

getTitle()

Get speaking name of this prerequisite

public getTitle() : string
Return values
string

isFulfilled()

Checks whether there are reference index updates to be done

public isFulfilled() : bool
Return values
bool

setOutput()

Setter injection for output into upgrade wizards

public setOutput(OutputInterface $output) : void
Parameters
$output : OutputInterface

        
On this page

Search results