Answer Posted / 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 |
Post New Answer View All Answers