• Avail guidance to develop Drupal modules & Drupal themes
  • Share and get review of your code
  • Get Access to free CodeBooks and ThemeBooks
  • Drupal 5, 6 and 7 covered

Userpoints Meter

0 Points /1000 Points

module_invoke

module_invoke() invokes a hook, defined in a module. It mainly takes two arguments as follows:
module_invoke

  • $module: Name of the module whose hook should be invoked.
  • $hook: The hook to be invoked from the defined module

More arguments can be provided which will be passed to the hook being invoked.

5
Your rating: None Average: 5 (1 vote)
Syndicate content

Recent comments