Explain drupal flow?
Answer / Surjeet Singh
The basic Drupal flow can be broken down into the following steps:
1. User sends a request to the web server.
2. Web server routes the request to PHP for processing.
3. Drupal core loads the requested page and executes any necessary hooks, modules, and themes.
4. The generated output is returned to the web server.
5. The web server sends the response back to the user's browser.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of cms are there?
How to make a module?
Why do you think drupal is powerful & popular cms compare to others?
How can add the captcha in registration page for drupal?
Explain the database system in drupal.
What is front end back end development?
What is a block module?
List the modules required for building a social networking website in drupal.
How to implement hook_update_n() ?
What are drupal modules?
What language does drupal use?
What is the use of drupal?