How to make a module?
Answer / Swadesh Kumar Niranjan
To create a Drupal module, you need to create a new directory in the 'modules' folder, write required files (such as .info.yml and .module), implement hooks, and enable the module through the administrative interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the default storage engine used in drupal 8?
Explain about drupal 8 classes?
Explain the database system in drupal.
How caching work in drupal?
How to create the table using module?
what is pre process function?
How can I install drupal on a local wamp server?
Name the translations available in drupal?
What are blocks in drupal?
What is a hook in drupal?
Can drupal run on command line?
How can I translate drupal to my local language?