TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Wizard\NewContentElementWizardHookInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Backend\Wizard\NewContentElementWizardHookInterface:
cms_newContentElementWizardsHook

Public Member Functions

 manipulateWizardItems (&$wizardItems, &$parentObject)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Interface for classes which hook into SC_db_new_content_el and manipulator wizardItems array

Author
Steffen Kamper info@.nosp@m.sk-t.nosp@m.ypo3..nosp@m.de

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