Drupal Hooks
March 1, 2023
| Integrating Component-based Theming with Drupal Layouts: Tips and Tricks
Component-based theming is a powerful approach to web development that allows you to…
September 13, 2016
| Most Commonly Used hooks in Drupal 7
Before I begin with hooks, I am sure that you must be aware of the Drupal hook system. What is…
July 22, 2015
| Custom Account cancellation methods in Drupal 7
In drupal 7 whenever admin selects to cancel user/s account, it provides multiple cancellation…
May 11, 2015
| How to use node api hooks in drupal 7
A hook is a PHP function that has a defined set of parameters and a specified result type. When…