What are the files required for creating custom module ?
Answer / Deepak Kumar Ravi
Creating a custom Drupal module requires at least three files: mymodule.info.yml (or .info.php), mymodule.module, and a .theme file if you plan to create template overrides. Additional files like hooks, forms, and plugins may be needed depending on the functionality of your module.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about webform module?
what Drupal distributions is and when to use?
Which are the core optional modules in drupal?
What does drupal do?
How we can achieve the multistep form using drupal form api?
How to use preprocess function?
What is authenticated user?
How to create drupal site using drush commands?
Concept of comment in drupal?
Add custom table to views drupal 7?
What kind of support is available to drupal?
What is the use of Product SKU while setting shopping cart?