May 2020
Intermediate to advanced
544 pages
12h 57m
English
A general way to describe Drupal's architecture would be to divide it into four major parts, as is the case in the following diagram:

To understand the architecture, let's first learn about the components of Drupal. Drupal's components are listed here:
Themes: Themes are collections of files that define the user interface of a Drupal website. The files contain code written in PHP, HTML, and JavaScript.
Modules: Modules are event-driven code files that can be used to extend Drupal's functionality. Some modules are known core modules that are maintained by the Drupal development team as they are an essential part of ...
Read now
Unlock full access