Drupal Hooks
Insider Insights: CEO Shares top open source modules to create accessible websites
Valuebound is proud to present an insightful blog post authored by Neeraj, CEO, and Founder of…
Integrating Component-based Theming with Drupal Layouts: Tips and Tricks
Component-based theming is a powerful approach to web development that allows you to…
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…
Custom Account cancellation methods in Drupal 7
In drupal 7 whenever admin selects to cancel user/s account, it provides multiple cancellation…
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…