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¶
- getTable()
| ReturnType: string |
- markAsExcluded()
| ReturnType: void |
- isTableExcluded()
| ReturnType: bool |
- isPropagationStopped()
| ReturnType: bool |
This event is stoppable - the first listener marking a table as excluded will stop propagation.