Skip to content
Snippets Groups Projects
Commit c0163e1d authored by catch's avatar catch
Browse files

Issue #3498403 by quietone: Remove @file blocks from hook class files

parent c01ed57d
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,6 @@
* Hook implementations for contact.
*/
class ContactViewsHooks {
/**
* @file
* Provide views data for contact.module.
*/
/**
* Implements hook_views_data_alter().
......
......@@ -8,10 +8,6 @@
* Hook implementations for contextual.
*/
class ContextualViewsHooks {
/**
* @file
* Provide views data for contextual.module.
*/
/**
* Implements hook_views_data_alter().
......
......@@ -8,10 +8,6 @@
* Hook implementations for dblog.
*/
class DblogViewsHooks {
/**
* @file
* Provide views data for dblog.module.
*/
/**
* Implements hook_views_data().
......
......@@ -8,10 +8,6 @@
* Hook implementations for history.
*/
class HistoryViewsHooks {
/**
* @file
* Provide views data for history.module.
*/
/**
* Implements hook_views_data().
......
......@@ -8,10 +8,6 @@
* Hook implementations for media_library.
*/
class MediaLibraryViewsHooks {
/**
* @file
* Contains Views integration for the media_library module.
*/
/**
* Implements hook_views_data().
......
......@@ -8,10 +8,6 @@
* Hook implementations for user.
*/
class UserViewsHooks {
/**
* @file
* Provide views data for user.module.
*/
/**
* Implements hook_views_plugins_argument_validator_alter().
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment