NewContentElementWizardHookInterface

Interface for classes which hook into \TYPO3\CMS\Backend\Controller\ContentElement\NewContentElementController and manipulate wizardItems array

Deprecated

not in use anymore since TYPO3 v12, will be removed in TYPO3 13. Only stays to allow extensions to be compatible with TYPO3 v11+v12

Table of Contents

Methods

manipulateWizardItems()  : mixed
Modifies WizardItems array

Methods

manipulateWizardItems()

Modifies WizardItems array

public manipulateWizardItems(array<string|int, mixed> &$wizardItems, NewContentElementController &$parentObject) : mixed
Parameters
$wizardItems : array<string|int, mixed>

Array of Wizard Items

$parentObject : NewContentElementController

Parent object New Content element wizard


        
On this page

Search results