Which files are required for creating the drupal module?
Answer Posted / Akash Tripathi
Creating a Drupal module typically requires at least three main files:
- .info.yml (Module information file)
- <module_name>.module (PHP file to implement hooks and functions)
- <module_name>.install (PHP file for installation tasks like creating content types, configuring permissions, etc.)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers