diff --git a/core/modules/views/lib/Drupal/views/Annotation/ViewsPluginAnnotationBase.php b/core/modules/views/lib/Drupal/views/Annotation/ViewsPluginAnnotationBase.php index 9f265f4..baa2a76 100644 --- a/core/modules/views/lib/Drupal/views/Annotation/ViewsPluginAnnotationBase.php +++ b/core/modules/views/lib/Drupal/views/Annotation/ViewsPluginAnnotationBase.php @@ -16,13 +16,6 @@ abstract class ViewsPluginAnnotationBase extends Plugin implements AnnotationInterface { /** - * The module the plugin is defined by. - * - * @var string - */ - public $module = 'views'; - - /** * A class to make the plugin derivative aware. * * @var string