Module
Table of contents
Modules are managed by the "Module" entity. Functionality available enable, disable and remove modules.
As you can see, the following information and controls are available on the main module management page (/admin/module):
- Remove modules - page with modules available for removal;
- Enabled - control enabling and disabling, to enable the module, check the box and save the changes;
- Name - module name;
- Version - module version;
- Description - contains a description of the module;
- Dependencies - specifies module dependencies on other modules.
If you need to remove a module, you need to turn it off and go to the module removal page, where you just need to check the boxes for the modules you need and press the confirmation button - after which you can delete the module from the folder. The delete page is shown below (/admin/module/delete):
During the activation and deactivation of modules, various necessary actions can be performed, for this they must be described in the service file service:
- install - actions performed during installation (for example, creating database tables);
- uninstall - actions performed during uninstallation (for example, deleting database tables);
- enable - actions performed during enable;
- disable - actions performed during shutdown.
Latest articles
- 09.07.22IT / Misc Convert office files DOC, DOCX, DOCM, RTF to DOCX, DOCM, DOC, RTF, PDF, HTML, XML, TXT formats without loss and markup changes
- 07.07.22IT / Safety How to protect PHP, JS, HTML, CSS source code - obfuscation, minification, compression and encryption
- 06.07.22IT / Safety Connection not secure, problem with Lets Encrypt - how to fix expired 09/30/2021 DST Root CA X3, remove it manually and install ISRG Root X1. Example on MS Windows 7
- 08.07.21IT / Misc How to make a free translation for a website without an API, translate documents in Google Translate
- 06.07.21IT / Misc How to make a subscription button on a website, a subscriber base and automatic mailing