You are here

function module_handler_test_hook_info in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.module \module_handler_test_hook_info()

Implements hook_hook_info().

File

core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.module, line 6

Code

function module_handler_test_hook_info() {
  return array(
    'hook' => array(
      'group' => 'hook',
    ),
  );
}