TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Wizard\NewContentElementWizardHookInterface Interface Reference

Public Member Functions

 manipulateWizardItems (&$wizardItems, &$parentObject)
 

Detailed Description

Interface for classes which hook into and manipulate wizardItems array

Definition at line 21 of file NewContentElementWizardHookInterface.php.

Member Function Documentation

◆ manipulateWizardItems()

TYPO3\CMS\Backend\Wizard\NewContentElementWizardHookInterface::manipulateWizardItems ( $wizardItems,
$parentObject 
)

Modifies WizardItems array

Parameters
array$wizardItemsArray of Wizard Items
\TYPO3\CMS\Backend\Controller\ContentElement\NewContentElementController$parentObjectParent object New Content element wizard
Returns
void