TYPO3  7.6
Variables
impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/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' => 'Impexp test extension',
'description' => '',
'category' => '',
'version' => '0.1.0',
'state' => 'beta',
'uploadfolder' => 1,
'createDirs' => '',
'clearcacheonload' => 1,
'author' => 'Marc Bastian Heinrichs',
'author_email' => 'mbh@mbh-software.de',
'author_company' => '',
'constraints' => array(
'depends' => array(
'typo3' => '4.5.0-0.0.0',
),
'conflicts' => array(
),
'suggests' => array(
),
),
)

Definition at line 2 of file impexp/Tests/Functional/Fixtures/Extensions/impexp_group_files/ext_emconf.php.