What are the files required for creating custom module ?
Answer Posted / 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 |
Post New Answer View All Answers