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.
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
()¶ Return type: string
-
markAsExcluded
()¶
-
isTableExcluded
()¶ Return type: bool
-
isPropagationStopped
()¶ Return type: bool
-