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 |
What are the supported databases by drupal?
List out the SEO modules available in Drupal?
Do you use version control?
What is the use of URL path settings option while creating basic page?
How can we add the new menu to drupal admin section?
What databases are supported by drupal?
How to use the contextual filter?
What does pdo mean in drupal?
Explain hooks in drupal.
What is content construction kit (cck) in drupal?
Explain drupal's features.
Is drupal a programming language?