diff -u b/core/modules/contact/contact.views.inc b/core/modules/contact/contact.views.inc --- b/core/modules/contact/contact.views.inc +++ b/core/modules/contact/contact.views.inc @@ -2,7 +2,7 @@ /** * @file - * Provide views data and handlers for contact.module. + * Provide views data for contact.module. * * @ingroup views_module_handlers */ diff -u b/core/modules/contact/lib/Drupal/contact/Plugin/views/field/ContactLink.php b/core/modules/contact/lib/Drupal/contact/Plugin/views/field/ContactLink.php --- b/core/modules/contact/lib/Drupal/contact/Plugin/views/field/ContactLink.php +++ b/core/modules/contact/lib/Drupal/contact/Plugin/views/field/ContactLink.php @@ -12,7 +12,7 @@ use Drupal\Core\Annotation\Plugin; /** - * A field that links to the user contact page, if access is permitted. + * Defines a field that links to the user contact page, if access is permitted. * * @ingroup views_field_handlers * reverted: --- b/core/modules/contact/tests/contact_test_views/contact_test_views.info +++ /dev/null @@ -1,8 +0,0 @@ -name = Contact test views -description = Provides default views for views contact tests. -package = Testing -version = VERSION -core = 8.x -dependencies[] = contact -dependencies[] = views -hidden = TRUE reverted: --- b/core/modules/contact/tests/contact_test_views/contact_test_views.module +++ /dev/null @@ -1 +0,0 @@ -