Issue #3197886 by daffie: The ViewsPluginAnnotationBase does not need to implement the AnnotationInterface
parent
3ce319d6a2
commit
197b2406a5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue