TYPO3  7.6
Public Member Functions | List of all members
AbstractExtdirectContextMenu Class Reference
Inheritance diagram for AbstractExtdirectContextMenu:
AbstractContextMenu ContextMenuConfiguration

Public Member Functions

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

Additional Inherited Members

- Protected Attributes inherited from 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\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.