‪TYPO3CMS  11.5
TYPO3\CMS\Backend\Backend\Event\ModifyClearCacheActionsEvent Class Reference

Public Member Functions

 __construct (array $cacheActions, array $cacheActionIdentifiers)
 
 addCacheAction (array $cacheAction)
 
 setCacheActions (array $cacheActions)
 
 getCacheActions ()
 
 addCacheActionIdentifier (string $cacheActionIdentifier)
 
 setCacheActionIdentifiers (array $cacheActionIdentifiers)
 
 getCacheActionIdentifiers ()
 

Private Attributes

array $cacheActions
 
array $cacheActionIdentifiers
 

Detailed Description

An event to modify the clear cache actions, shown in the TYPO3 Backend top toolbar

Definition at line 23 of file ModifyClearCacheActionsEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Backend\Event\ModifyClearCacheActionsEvent::__construct ( array  $cacheActions,
array  $cacheActionIdentifiers 
)

Member Function Documentation

◆ addCacheAction()

TYPO3\CMS\Backend\Backend\Event\ModifyClearCacheActionsEvent::addCacheAction ( array  $cacheAction)

Definition at line 34 of file ModifyClearCacheActionsEvent.php.

◆ addCacheActionIdentifier()

TYPO3\CMS\Backend\Backend\Event\ModifyClearCacheActionsEvent::addCacheActionIdentifier ( string  $cacheActionIdentifier)

Definition at line 49 of file ModifyClearCacheActionsEvent.php.

◆ getCacheActionIdentifiers()

TYPO3\CMS\Backend\Backend\Event\ModifyClearCacheActionsEvent::getCacheActionIdentifiers ( )

◆ getCacheActions()

TYPO3\CMS\Backend\Backend\Event\ModifyClearCacheActionsEvent::getCacheActions ( )

◆ setCacheActionIdentifiers()

TYPO3\CMS\Backend\Backend\Event\ModifyClearCacheActionsEvent::setCacheActionIdentifiers ( array  $cacheActionIdentifiers)

◆ setCacheActions()

TYPO3\CMS\Backend\Backend\Event\ModifyClearCacheActionsEvent::setCacheActions ( array  $cacheActions)

Member Data Documentation

◆ $cacheActionIdentifiers

◆ $cacheActions