Issue #3197886 by daffie: The ViewsPluginAnnotationBase does not need to implement the AnnotationInterface

merge-requests/314/head
catch 2021-02-12 11:32:46 +00:00
parent 3ce319d6a2
commit 197b2406a5
1 changed files with 1 additions and 2 deletions

View File

@ -2,13 +2,12 @@
namespace Drupal\views\Annotation;
use Drupal\Component\Annotation\AnnotationInterface;
use Drupal\Component\Annotation\Plugin;
/**
* Defines an abstract base class for all views plugin annotations.
*/
abstract class ViewsPluginAnnotationBase extends Plugin implements AnnotationInterface {
abstract class ViewsPluginAnnotationBase extends Plugin {
/**
* Whether or not to register a theme function automatically.