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

Public Member Functions

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

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 ( private array  $cacheActions,
private array  $cacheActionIdentifiers 
)

Definition at line 25 of file ModifyClearCacheActionsEvent.php.

Member Function Documentation

◆ addCacheAction()

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

Definition at line 27 of file ModifyClearCacheActionsEvent.php.

◆ addCacheActionIdentifier()

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

Definition at line 42 of file ModifyClearCacheActionsEvent.php.

◆ getCacheActionIdentifiers()

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

Definition at line 52 of file ModifyClearCacheActionsEvent.php.

◆ getCacheActions()

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

Definition at line 37 of file ModifyClearCacheActionsEvent.php.

◆ setCacheActionIdentifiers()

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

Definition at line 47 of file ModifyClearCacheActionsEvent.php.

◆ setCacheActions()

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

Definition at line 32 of file ModifyClearCacheActionsEvent.php.