‪TYPO3CMS  ‪main
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:
= [
'title' => 'TYPO3 CMS Admin Panel',
'description' => 'The Admin Panel displays information about your site in the frontend and contains a range of metrics including debug and caching information.',
'category' => 'fe',
'state' => 'stable',
'author' => 'TYPO3 Core Team',
'author_email' => 'typo3cms@typo3.org',
'author_company' => '',
'version' => '13.1.0',
'constraints' => [
'depends' => [
'typo3' => '13.1.0',
],
'conflicts' => [],
'suggests' => [],
],
]

Definition at line 3 of file ext_emconf.php.

Referenced by TYPO3\CMS\Extensionmanager\Tests\Unit\Utility\EmConfUtilityTest\fixEmConfTransfersOldConflictSettingToNewFormatWithSingleConflictingExtension(), TYPO3\CMS\Extensionmanager\Tests\Unit\Utility\EmConfUtilityTest\fixEmConfTransfersOldConflictSettingToNewFormatWithTwoConflictingExtensions(), TYPO3\CMS\Install\Service\LanguagePackService\getExtensionLanguagePackDetails(), and TYPO3\CMS\Core\Composer\PackageArtifactBuilder\setTitleFromExtEmConf().