TYPO3  7.6
Variables
about/ext_emconf.php File Reference

Go to the source code of this file.

Variables

 $EM_CONF [$_EXTKEY]
 

Variable Documentation

$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' => '7.6.0',
'constraints' => array(
'depends' => array(
'typo3' => '7.6.0-7.6.99',
),
'conflicts' => array(),
'suggests' => array(),
),
)

Definition at line 2 of file about/ext_emconf.php.

Referenced by ExtensionRepository\findAllLoaded(), T3xDownloader\getEmConfMetaData(), PackageManager\getExtensionEmConf(), MiscUtility\getExtensionMetaData(), T3xDownloader\getLocalChanges(), EmConfUtility\includeEmConf(), and NewRecordController\regularNew().