IsTableExcludedFromReferenceIndexEvent implements StoppableEventInterface

FinalYes

Event to intercept if a certain table should be excluded from the Reference Index.

There is no need to add tables without a definition in $GLOBALS['TCA'] since ReferenceIndex only handles those.

Table of Contents

Interfaces

StoppableEventInterface

Methods

__construct()  : mixed
getTable()  : string
isPropagationStopped()  : bool
isTableExcluded()  : bool
markAsExcluded()  : mixed

Methods

__construct()

public __construct(string $table) : mixed
Parameters
$table : string

getTable()

public getTable() : string
Return values
string

isPropagationStopped()

public isPropagationStopped() : bool
Return values
bool

isTableExcluded()

public isTableExcluded() : bool
Return values
bool

markAsExcluded()

public markAsExcluded() : mixed

        
On this page

Search results