TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\ContextMenu\Extdirect\AbstractExtdirectContextMenu Class Reference
Inheritance diagram for TYPO3\CMS\Backend\ContextMenu\Extdirect\AbstractExtdirectContextMenu:
TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu TYPO3\CMS\Backend\ContextMenu\Pagetree\Extdirect\ContextMenuConfiguration

Public Member Functions

 getActionsForNode (\TYPO3\CMS\Backend\Tree\TreeNode $node)
 
- Public Member Functions inherited from TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu
 setDataProvider (\TYPO3\CMS\Backend\ContextMenu\AbstractContextMenuDataProvider $dataProvider)
 
 getDataProvider ()
 
 getActionsForNode (\TYPO3\CMS\Backend\Tree\TreeNode $node)
 

Additional Inherited Members

- Protected Attributes inherited from TYPO3\CMS\Backend\ContextMenu\AbstractContextMenu
 $dataProvider = null
 

Detailed Description

Abstract Context Menu for ExtDirect

This is a concrete implementation that should stay here to be shared between the different ExtDirect implementation. Just create a subclass for adding specific purposes.

Definition at line 24 of file AbstractExtdirectContextMenu.php.

Member Function Documentation

◆ getActionsForNode()

TYPO3\CMS\Backend\ContextMenu\Extdirect\AbstractExtdirectContextMenu::getActionsForNode ( \TYPO3\CMS\Backend\Tree\TreeNode  $node)

Unused for this implementation

See also
getActionsForNodeArray()
Parameters
\TYPO3\CMS\Backend\Tree\TreeNode$node
Returns
array

Definition at line 58 of file AbstractExtdirectContextMenu.php.