What a module is in drupal and what the process of writing one involves?
Answer / 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 |
What are drupal modules?
Explain the drupal 7 architecture.
What are drupal 8 hooks?
List out the SEO modules available in Drupal?
Explain what is drupal weight?
How to make my drupal site offline to public, while it is under construction?
What are the files required for creating custom module ?
How does drupal compare to other open source cms systems?
What is template.php in drupal?
What is difference between soap and rest?
Is it possible to pass the dynamic values to views?
What is clean url in drupal?