Which hooks you used and what is the purpose of using the those hooks?
Answer / Sameer Alam
Hooks are a crucial part of Drupal's extensibility. Some commonly used hooks include hook_menu (defines navigation items), hook_form_alter (modifies forms), hook_block_info (provides block information), and hook_theme (creates custom themes). These hooks enable developers to extend, modify or override core functionalities.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is ctools used in drupal?
What is a patch?
What is an open source software?
What is the use of ctools module?
What is cache drupal?
List the seo modules available in drupal?
How can improve the drupal cache and logging?
How to find if the page is served from varnish cache?
Explain using module how you can drop the table?
Whether drupal is written in procedural-style or object oriented?
What is permission in drupal ?
What is drupal trigger ?