TYPO3  7.6
Public Member Functions | List of all members
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 ( $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