Basics of Drupal, Techniques in drupal, Customizing the Drupal themes, Custom functions in drupal, Does and Dont in Drupal, Interview Question & Answers in Drupal etc.
Tuesday, October 4, 2011
Checking whether a module having a hook or not
echo "--".module_hook("common", "chellam");
/* if the hook method exists in a module, then it will return 1 else return 0 */
No comments:
Post a Comment