‪TYPO3CMS  ‪main
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
5 ‪$EM_CONF[$_EXTKEY] = [
6  'title' => '',
7  'description' => 'This is a fixture extension configuration file used for unit tests.',
8  'category' => '',
9  'state' => 'stable',
10  'author' => '',
11  'author_email' => '',
12  'author_company' => '',
13  'version' => '13.1.0',
14  'constraints' => [
15  'depends' => [],
16  'conflicts' => [],
17  'suggests' => [],
18  ],
19 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:3