What is hooks in drupal and list few hooks used in your project?
Answer / Ashwini Kumar Singh
In Drupal, hooks are functions that allow developers to interact with core functionality at specific points. They provide a way for custom modules and themes to 'hook into' the Drupal system. Some common hooks include hook_menu (for defining navigation), hook_form_alter (for modifying forms), and hook_nodeapi (for manipulating node objects). The specific hooks used in a project depend on its requirements.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which are the files in a typical drupal theme?
how does drupal compare to other open source cms system?
Which design pattern used by drupal?
List the system requirements for drupal installation?
what Drupal distributions is and when to use?
What kind of support is available?
What are the regions in drupal?
What is aggregator module?
What is triage?
What is drupal framework?
What is Drupal Pane module?
What is cache drupal?