Answer Posted / Surjeet Singh
The basic Drupal flow can be broken down into the following steps:n1. User sends a request to the web server.n2. Web server routes the request to PHP for processing.n3. Drupal core loads the requested page and executes any necessary hooks, modules, and themes.n4. The generated output is returned to the web server.n5. The web server sends the response back to the user's browser.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers