ViewsHandlerAnnotationBase.php

Same filename and directory in other branches
  1. 9 core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.php
  2. 8.9.x core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.php
  3. 10 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

Title Deprecated Summary
ViewsHandlerAnnotationBase Defines an abstract base class for all views handler annotations.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.