Which files are required for module?
Answer / Vikas Tripathi
The minimum set of files required for a Drupal module includes:
- .info.yml or .info file (module definition)
- .module file (implementation of hook_init() and other hooks if necessary)
- .install file (implementation of hook_install(), hook_uninstall(), and other installation-related functions)
| Is This Answer Correct ? | 0 Yes | 0 No |
Is drupal a framework or cms?
What are patches in drupal?
What are hooks in code?
What makes “search” in drupal as an excellent feature than other cms?
How will create theme for particular views?
Did you written the query in d7 for your module?
What is drupal trigger ?
What are the new features of drupal 8?
What is theme and theme engine in drupal?
What are disadvantages of Drupal?
what are drupal distributions and drupal installation profiles and what is the difference between the two?
How to enable a module in drupal 8?