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
4 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation
Pipeline #396066 canceled
...@@ -8,10 +8,6 @@ ...@@ -8,10 +8,6 @@
* Hook implementations for contact. * Hook implementations for contact.
*/ */
class ContactViewsHooks { class ContactViewsHooks {
/**
* @file
* Provide views data for contact.module.
*/
/** /**
* Implements hook_views_data_alter(). * Implements hook_views_data_alter().
......
...@@ -8,10 +8,6 @@ ...@@ -8,10 +8,6 @@
* Hook implementations for contextual. * Hook implementations for contextual.
*/ */
class ContextualViewsHooks { class ContextualViewsHooks {
/**
* @file
* Provide views data for contextual.module.
*/
/** /**
* Implements hook_views_data_alter(). * Implements hook_views_data_alter().
......
...@@ -8,10 +8,6 @@ ...@@ -8,10 +8,6 @@
* Hook implementations for dblog. * Hook implementations for dblog.
*/ */
class DblogViewsHooks { class DblogViewsHooks {
/**
* @file
* Provide views data for dblog.module.
*/
/** /**
* Implements hook_views_data(). * Implements hook_views_data().
......
...@@ -8,10 +8,6 @@ ...@@ -8,10 +8,6 @@
* Hook implementations for history. * Hook implementations for history.
*/ */
class HistoryViewsHooks { class HistoryViewsHooks {
/**
* @file
* Provide views data for history.module.
*/
/** /**
* Implements hook_views_data(). * Implements hook_views_data().
......
...@@ -8,10 +8,6 @@ ...@@ -8,10 +8,6 @@
* Hook implementations for media_library. * Hook implementations for media_library.
*/ */
class MediaLibraryViewsHooks { class MediaLibraryViewsHooks {
/**
* @file
* Contains Views integration for the media_library module.
*/
/** /**
* Implements hook_views_data(). * Implements hook_views_data().
......
...@@ -8,10 +8,6 @@ ...@@ -8,10 +8,6 @@
* Hook implementations for user. * Hook implementations for user.
*/ */
class UserViewsHooks { class UserViewsHooks {
/**
* @file
* Provide views data for user.module.
*/
/** /**
* Implements hook_views_plugins_argument_validator_alter(). * 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