Same filename and directory in other branches
  1. 8.9.x core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.php
  2. 9 core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.php

Namespace

Drupal\views\Annotation

File

core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.php
View source
<?php

namespace Drupal\views\Annotation;

use Drupal\Component\Annotation\PluginID;

/**
 * Defines an abstract base class for all views handler annotations.
 */
abstract class ViewsHandlerAnnotationBase extends PluginID {

}

Classes

Namesort descending Description
ViewsHandlerAnnotationBase Defines an abstract base class for all views handler annotations.