What is module in drupal? List out some of the modules used in drupal?
Answer / Gourav Kumar Gupta
A Drupal module is a collection of PHP files that provide additional functionality to the core Drupal CMS. Modules can range from simple content types and views to complex custom functionalities tailored to specific needs. Some commonly-used Drupal modules include:
1. Views: A powerful, flexible tool for displaying lists of content in various ways, such as tables, galleries, or slideshows.
2. C Tools: Offers administrative tools for managing configuration entities and other advanced features.
3. Content Construction Kit (CCK): Allows for the creation of custom content types with additional fields.
4. Pathauto: Automatically generates URL aliases for nodes, taxonomy terms, users, and files to make them more user-friendly.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is drupal used for?
What is drupal behaviors?
What is template.php in drupal?
Why should I use drupal?
Difference between preprocess html and preprocess node?
how will you implement ajax in drupal 7?
What is the difference between theme and sub theme?
Explain favicon in drupal?
What is the use of features module?
What is caching layer?
How do I install drush globally?
How to debug code in drupal?