id
- Description
- The extension id must be unique. - It is recommended to use the vendor prefix + the module root directory name. - For more information, see Vendor Prefixes. - The module ID is used for getting all needed information about extension. - The directory of the module must be equal to the module_id. 
- Type
- String 
- Mandatory
- Yes 
- Example
- 'id' => 'oe_moduletemplate', 
Note
The extension id mustn’t be > 93 characters. Please also see https://bugs.oxid-esales.com/view.php?id=5549.