What are hooks in drupal ?
Answer / Gulshan Arya
Hooks are functions that allow custom modules to interact with core Drupal functionality. When certain events occur, such as a node being saved or a block being loaded, Drupal looks for and executes the appropriate hook functions in enabled modules.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to update table using module?
What is the difference between hook_init, hook_boot, hook_exit?
What is a subtheme?
What does drupal do?
List the modules required for building a social networking website in drupal.
What is difference between update and alter query?
What is drupal trigger ?
what do version numbers in drupal mean?
What are the drush commands you use while development?
What is a base theme in drupal?
What is the option makes drupal emit “clean” urls? (I.e. Without ?q= in the url)
Explain drupal's features.