What a module is in drupal and what the process of writing one involves?
Answer Posted / Mohan Chandra
A module is a collection of code, configuration, and themes that adds new functionality to Drupal. Writing a module involves creating a .info.yml file to describe the module, writing PHP files for the module's functions, and using hooks to integrate the module with other parts of Drupal.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers