TYPO3 CMS  TYPO3_6-2
ext_emconf.php File Reference

Go to the source code of this file.

Variables

 $EM_CONF [$_EXTKEY]
 

Variable Documentation

◆ $EM_CONF

$EM_CONF[ $_EXTKEY]
Initial value:
= array(
'title' => 'Help>About',
'description' => 'Shows info about TYPO3 and installed extensions.',
'category' => 'module',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'author' => 'Kasper Skaarhoj',
'author_email' => 'kasperYYYY@typo3.com',
'author_company' => 'Curby Soft Multimedia',
'version' => '6.2.0',
'_md5_values_when_last_written' => '',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-6.2.99',
),
'conflicts' => array(),
'suggests' => array(),
),
)

Definition at line 2 of file ext_emconf.php.

Referenced by TYPO3\CMS\About\Domain\Repository\ExtensionRepository\findAllLoaded(), TYPO3\CMS\Core\Package\Package\getExtensionEmconf(), TYPO3\CMS\Documentation\Utility\MiscUtility\getExtensionMetaData(), TYPO3\CMS\Core\Package\Package\getPackageMetaData(), and TYPO3\CMS\Extensionmanager\Utility\EmConfUtility\includeEmConf().