ReferenceIndexUpdatedPrerequisite extends ReferenceIndexUpdatedPrerequisite

ReferenceIndex Prerequisite

Deprecated

since v14.0, will be removed in TYPO34 v15.0. Use \TYPO3\CMS\Core\Upgrades\ReferenceIndexUpdatedPrerequisite instead.

Internal
Tags
todo

Make \TYPO3\CMS\Core\Upgrades\ReferenceIndexUpdatedPrerequisite with TYPO3 v15.

phpstan-ignore

class.extendsFinalByPhpDoc

Attributes
#[Autoconfigure]
$public: true

Table of Contents

Properties

$output  : OutputInterface

Methods

__construct()  : mixed
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

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