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 |
how to install and configure drupal 8 ?
What language is drupal?
What are modules in drupal?
What is drush command?
How can you drop a table using module in drupal?
How to move a drupal site from one host/server to another on your new host?
Which files are required for theme?
What does a drupal developer do?
What is left join and right joins?
What are the applications of drupal?
Explain the drupal 7 architecture.
why does drupal need a database?