TYPO3 CMS  TYPO3_6-2
ext_tables.php File Reference

Go to the source code of this file.

Variables

if(!defined('TYPO3_MODE')) if(TYPO3_MODE=='BE' &&!(TYPO3_REQUESTTYPE &TYPO3_REQUESTTYPE_INSTALL)) $icons
 

Variable Documentation

◆ $icons

if (!defined( 'TYPO3_MODE')) if (TYPO3_MODE=='BE' &&!(TYPO3_REQUESTTYPE &TYPO3_REQUESTTYPE_INSTALL)) $icons
Initial value:
= array(
'sendtonextstage' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath($_EXTKEY) . 'Resources/Public/Images/version-workspace-sendtonextstage.png',
'sendtoprevstage' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath($_EXTKEY) . 'Resources/Public/Images/version-workspace-sendtoprevstage.png',
'generatepreviewlink' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath($_EXTKEY) . 'Resources/Public/Images/generate-ws-preview-link.png'
)

Registers a Backend Module

Definition at line 52 of file ext_tables.php.

Referenced by TYPO3\CMS\Backend\Tests\Unit\Sprite\SpriteManagerTest\addSingleIconsWithEmptyValueSetsArrayKey(), TYPO3\CMS\Backend\Tests\Unit\Sprite\SpriteManagerTest\addSingleIconsWithEmptyValueSetsImagePathValue(), TYPO3\CMS\Backend\Tests\Unit\Sprite\SpriteManagerTest\addSingleIconsWithNormalValueSetsArrayKey(), TYPO3\CMS\Backend\Tests\Unit\Sprite\SpriteManagerTest\addSingleIconsWithNormalValueSetsImagePathValue(), TYPO3\CMS\Backend\Form\FormEngine\dbFileIcons(), TYPO3\CMS\Backend\Sprite\SpriteGenerator\getFolder(), TYPO3\CMS\Workspaces\Controller\AbstractController\initializeAction(), and TYPO3\CMS\Backend\View\PageLayoutView\tt_content_drawColHeader().