29 protected function initDataProvider() {
41 public function getActionsForNodeArray($nodeData) {
44 $node->setRecord(\
TYPO3\CMS\Backend\Tree\Pagetree\Commands::getNodeRecord($node->getId()));
45 $this->initDataProvider();
46 $this->dataProvider->setContextMenuType(
'table.' . $node->getType());
47 $actionCollection = $this->dataProvider->getActionsForNode($node);
49 $actions = $actionCollection->toArray();
static makeInstance($className)