File
- drupal/core/modules/views/lib/Drupal/views/Tests/ViewsHooksTest.php, line 54
- Contains \Drupal\views\Tests\ViewsHooksTest.
Class
- ViewsHooksTest
- Tests that views hooks are registered when defined in $module.views.inc.
Namespace
Drupal\views\Tests
Code
public static function getInfo() {
return array(
'name' => 'Views hooks',
'description' => 'Tests that views hooks are registered when defined in $module.views.inc.',
'group' => 'Views',
);
}