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
stringisPropagationStopped()
public
isPropagationStopped() : bool
Return values
boolisTableExcluded()
public
isTableExcluded() : bool
Return values
boolmarkAsExcluded()
public
markAsExcluded() : mixed