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 is difference between update and alter query?
What is form rebuild?
How to modify the form validation in drupal?
What is the most popular cms platform?
Why to use Drupal?
What are the steps for launching a drupal site?
What is drupal taxonomy?
Mention the steps to optimize the Drupal website?
Explain how drupal engine works ?
What is the use of hook_update_n? How drupal knows the last schema details?
How to make my drupal site offline to public, while it is under construction?
Which modules used for data migration?