‪TYPO3CMS  10.4
TYPO3\CMS\Core\DataHandling\Event\IsTableExcludedFromReferenceIndexEvent Class Reference
Inheritance diagram for TYPO3\CMS\Core\DataHandling\Event\IsTableExcludedFromReferenceIndexEvent:

Public Member Functions

 __construct (string $table)
 
 getTable ()
 
 markAsExcluded ()
 
 isTableExcluded ()
 
 isPropagationStopped ()
 

Private Attributes

string $table
 
bool $isExcluded = false
 

Detailed Description

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.

Definition at line 27 of file IsTableExcludedFromReferenceIndexEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\DataHandling\Event\IsTableExcludedFromReferenceIndexEvent::__construct ( string  $table)

Member Function Documentation

◆ getTable()

◆ isPropagationStopped()

TYPO3\CMS\Core\DataHandling\Event\IsTableExcludedFromReferenceIndexEvent::isPropagationStopped ( )

◆ isTableExcluded()

◆ markAsExcluded()

TYPO3\CMS\Core\DataHandling\Event\IsTableExcludedFromReferenceIndexEvent::markAsExcluded ( )

Member Data Documentation

◆ $isExcluded

bool TYPO3\CMS\Core\DataHandling\Event\IsTableExcludedFromReferenceIndexEvent::$isExcluded = false
private

◆ $table

string TYPO3\CMS\Core\DataHandling\Event\IsTableExcludedFromReferenceIndexEvent::$table
private