You are here

function mostpopular_hook_info in Drupal Most Popular 7

Implements hook_hook_info().

File

./mostpopular.module, line 1275
The main file for the Most Popular module.

Code

function mostpopular_hook_info() {
  $hooks = array();
  $hooks['form_block_admin_configure_alter']['group'] = 'blocks';
  return $hooks;
}