diff --git a/core/modules/views/views.module b/core/modules/views/views.module index 7ee7671bd35..47f96449949 100644 --- a/core/modules/views/views.module +++ b/core/modules/views/views.module @@ -3,10 +3,6 @@ /** * @file * Primarily Drupal hooks and global API functions to manipulate views. - * - * This is the main module file for Views. The main entry points into - * this module are views_page() and views_block(), where it handles - * incoming page and block requests. */ use Drupal\Component\Utility\Html;