id
- Description
- The extension id must be unique. It is recommended to use vendor prefix + module root directory name. Module ID is used for getting all needed information about extension. The directory of the module has to equal the module_id. If this module has defined config variables in - oxconfigand- oxconfigdisplaytables (e.g.- module:oepaypal), the extension id used in these tables should the match extension id defined in metadata file. Also same id (- oepaypal) must be used when defining extension templates blocks in- oxtplblockstable.
- Type
- String 
- Mandatory
- Yes 
- Example
- 'id' => 'oepaypal', 
Note
The extension id mustn’t be > 93 characters. Please also see https://bugs.oxid-esales.com/view.php?id=5549.