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 install a new module in drupal?
What is database abstraction layer in drupal ?
Whether drupal is written in procedural-style or object oriented?
How to configure .htaccess to ignore specific subfolders?
What is the use of URL path settings option while creating basic page?
What a module is in drupal and what the process of writing one involves?
What kind of support is available?
What language is drupal?
How pdo used in drupal?
What is drupal's taxonomy system and what are some of its key features?
Is it possible to pass the dynamic values to views?
What is front end back end development?