* ***/ use TYPO3\CMS\Backend\Wizard\NewContentElementWizardHookInterface; /** * Class/Function which manipulates the rendering of items within the new content element wizard * * @author Jo Hasenau , Tobias Ferger * @package TYPO3 * @subpackage tx_gridelements */ class WizardItems implements NewContentElementWizardHookInterface { /** * @param array $wizardItems The array containing the current status of the wizard item list before rendering * @param NewContentElementController $parentObject The parent object that triggered this hook */ public function manipulateWizardItems(&$wizardItems, &$parentObject) { } }