IsTableExcludedFromReferenceIndexEvent

The PSR-14 event \TYPO3\CMS\Core\DataHandling\Event\IsTableExcludedFromReferenceIndexEvent allows 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 the reference index only handles those.

Example

API

class \TYPO3\CMS\Core\DataHandling\Event\ IsTableExcludedFromReferenceIndexEvent

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.

getTable ( )
returntype

string

markAsExcluded ( )
isTableExcluded ( )
returntype

bool

isPropagationStopped ( )
returntype

bool