TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\ContextMenu\Pagetree\ContextMenuDataProvider Class Reference
Inheritance diagram for TYPO3\CMS\Backend\ContextMenu\Pagetree\ContextMenuDataProvider:
TYPO3\CMS\Backend\ContextMenu\AbstractContextMenuDataProvider t3lib_contextmenu_pagetree_DataProvider

Public Member Functions

 getActionsForNode (\TYPO3\CMS\Backend\Tree\TreeNode $node)
 
- Public Member Functions inherited from TYPO3\CMS\Backend\ContextMenu\AbstractContextMenuDataProvider
 getContextMenuType ()
 
 setContextMenuType ($contextMenuType)
 
 getActionsForNode (\TYPO3\CMS\Backend\Tree\TreeNode $node)
 

Protected Member Functions

 getDisableActions ()
 
- Protected Member Functions inherited from TYPO3\CMS\Backend\ContextMenu\AbstractContextMenuDataProvider
 getConfiguration ()
 
 evaluateDisplayCondition (\TYPO3\CMS\Backend\Tree\TreeNode $node, $displayCondition)
 
 replaceModuleTokenInContentUrl ($contentUrl)
 

Protected Attributes

 $legacyContextMenuMapping
 
- Protected Attributes inherited from TYPO3\CMS\Backend\ContextMenu\AbstractContextMenuDataProvider
 $disableItems = array()
 
 $contextMenuType = ''
 

Detailed Description

Context Menu Data Provider for the Page Tree

Author
Stefan Galinski stefa.nosp@m.n.ga.nosp@m.linsk.nosp@m.i@gm.nosp@m.ail.c.nosp@m.om

Definition at line 24 of file ContextMenuDataProvider.php.

Member Function Documentation

◆ getActionsForNode()

TYPO3\CMS\Backend\ContextMenu\Pagetree\ContextMenuDataProvider::getActionsForNode ( \TYPO3\CMS\Backend\Tree\TreeNode  $node)

Returns the actions for the node

Parameters
\TYPO3\CMS\Backend\Tree\Pagetree\PagetreeNode$node
Returns

Definition at line 94 of file ContextMenuDataProvider.php.

References TYPO3\CMS\Backend\ContextMenu\AbstractContextMenuDataProvider\getConfiguration(), and TYPO3\CMS\Backend\ContextMenu\Pagetree\ContextMenuDataProvider\getDisableActions().

◆ getDisableActions()

Member Data Documentation

◆ $legacyContextMenuMapping

TYPO3\CMS\Backend\ContextMenu\Pagetree\ContextMenuDataProvider::$legacyContextMenuMapping
protected
Initial value:
= array(
'hide' => 'disable',
'paste' => 'pasteInto,pasteAfter',
'mount_as_treeroot' => 'mountAsTreeroot'
)

Definition at line 33 of file ContextMenuDataProvider.php.