‪TYPO3CMS  10.4
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\FileDragProvider TYPO3\CMS\Filelist\ContextMenu\ItemProviders\FileProvider TYPO3\CMS\Impexp\ContextMenu\ItemProvider TYPO3\CMS\Backend\ContextMenu\ItemProviders\PageProvider TYPO3\CMS\Form\Hooks\FormFileProvider TYPO3\CMS\Beuser\ContextMenu\ItemProvider

Public Member Functions

array addItems (array $items)
 
int getPriority ()
 
bool canHandle ()
 

Detailed Description

Interface for context menu items providers

Definition at line 23 of file ProviderInterface.php.

Member Function Documentation

◆ addItems()

array TYPO3\CMS\Backend\ContextMenu\ItemProviders\ProviderInterface::addItems ( array  $items)

◆ canHandle()

◆ getPriority()

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