‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\ContextMenu\ItemProviders\ProviderInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Backend\ContextMenu\ItemProviders\ProviderInterface:
TYPO3\CMS\Backend\ContextMenu\ItemProviders\AbstractProvider TYPO3\CMS\Backend\ContextMenu\ItemProviders\RecordProvider TYPO3\CMS\Filelist\ContextMenu\ItemProviders\FileProvider TYPO3\CMS\Impexp\ContextMenu\ItemProvider TYPO3\CMS\Backend\ContextMenu\ItemProviders\PageProvider TYPO3\CMS\Form\Hooks\FormFileProvider

Public Member Functions

 addItems (array $items)
 
 getPriority ()
 
 canHandle ()
 
 setContext (string $table, string $identifier, string $context='')
 

Detailed Description

Interface for context menu items providers

Definition at line 23 of file ProviderInterface.php.

Member Function Documentation

◆ addItems()

◆ canHandle()

◆ getPriority()

TYPO3\CMS\Backend\ContextMenu\ItemProviders\ProviderInterface::getPriority ( )

◆ setContext()

TYPO3\CMS\Backend\ContextMenu\ItemProviders\ProviderInterface::setContext ( string  $table,
string  $identifier,
string  $context = '' 
)

Initialize the current context. This method is called directly after fetching the provider from the container.

Implemented in TYPO3\CMS\Backend\ContextMenu\ItemProviders\AbstractProvider.