Explain how drupal engine works ?
Answer / Surya Bhatia
The Drupal engine is a PHP-based content management system that provides a framework for building and maintaining websites. It consists of the following components:
1. Core: The main Drupal installation, which includes essential modules like User Accounts, Multilingual Support, Clean URLs, etc.
2. Modules: Extendable, reusable software components that provide additional functionality to a site (e.g., Content Types, Views, Search API).
3. Themes: Responsible for the visual presentation of the website, including layout, typography, and colors.
4. Configuration: Site settings and options are stored in the configuration entity system.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to debug code in drupal?
Explain the drupal 7 architecture.
what is drupal_http_request?
How many types of cms are there?
What modules do you always recommend to your clients?
What is taxonomy?
Explain what Drupal distributions is and when to use?
Does Drupal provides support?
What are drupal distributions and drupal installation profiles
Explain what is render array in Drupal?
Which are commonly used php based cms?
What is entity api ? Have you installed and worked on this module ?