What is module in drupal? List out some of the modules used in drupal?
Answer Posted / 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 |
Post New Answer View All Answers