Drupal Hooks

thumbnail_drupal_layout_tips
Kunal Sahu | 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…

Share
Jaywant Topno | 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…

Share
Custom Account cancellation methods
Krishna Kanth | 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…

Share
node api hooks
Krishna Kanth | 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…

Share