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 |
What is module and list out some of the modules used in drupal?
what is the use of git stash command?
What is drush cr?
Mention what are the key features of Drupal?
How to add custom php codes in pages using drupal?
How to create a folder and a module file in drupal?
Is it possible to disable a core required modules through drupal admin?
What are drupal 8 hooks?
List the system requirements for drupal installation?
Why should we use drupal?
What are hooks in drupal ?
How do you access the database?