Which modules are added in d7 core modules?
Answer / Jay Kumar Gaur
Drupal 7 (d7) core modules include:n1. Node: Provides a simple content creation and management system.n2. Taxonomy: Allows organizing, categorizing, and labeling content items.n3. User: Manages user accounts and permissions.n4. Block: Allows creating blocks of content that can be placed in various regions on a page.n5. Comment: Provides commenting functionality for nodes.n6. Menu: Handles the site's navigation menu.n7. Help: Displays help text for modules and functions.n8. System: Contains core system functionality like logging, error handling, etc.n9. Filter: Allows formatting of text using filters.n10. Aggregator: Manages RSS feed aggregation.n
| Is This Answer Correct ? | 0 Yes | 0 No |
Why 'search' function in drupal is better than other cms?
Explain drupal user, permission, role in drupal?
Explain the function and working of dashboard module ?
Is drupal a framework or cms?
How will you add custom php codes in drupal pages or blocks?
What database does drupal use?
Different ways of adding js. How to add js in hook_form?
What are views in drupal?
Explain coding standards in drupal?
Is drupal front end or backend?
Why you shouldn’t modify core drupal files ?
Which design pattern used in drupal?