Explain drupal flow?
Answer / 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 |
What is Drupal main menu?
What is the difference between hook_init, hook_boot, hook_exit?
Compare joomla and drupal terminology?
What is cross site scripting ? How do you ensure from drupal end?
What is a view in drupal 8?
Different ways of adding js. How to add js in hook_form?
What are cms platforms?
What are the difference between wordpress and drupal?
How do I disable commenting on articles?
What is the use of drupal_alter?
How do you transfer files to the system?
How to update themes and modules in drupal?