Answer Posted / Ajit Puniya
In Drupal, a hook is a function that allows custom modules or themes to interact with the core system. The hook provides a common point for extending and altering Drupal's functionality without modifying its source code directly. Hooks are named using the naming convention hook_NAME and are typically defined in .module files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers