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 |
How does drupal compare to commercial cms systems?
what are the benefits of drupal?
Do the content management systems generate the code that are compliant to the various standards of coding?
What is a box in drupal?
What are hooks and why are the used?
Explain drupal user, permission, role in drupal?
Can you please explain the difference between core and contrib in drupal?
What is the use of Show as expanded field while creating menu?
What is difference between template and theme?
How will alter the existing forms?
How do I create a view in drupal 8?
List out some of the modules used in drupal?