You are here

ViewsArea.php in Drupal 9

Same filename and directory in other branches
  1. 8 core/modules/views/src/Annotation/ViewsArea.php

File

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

namespace Drupal\views\Annotation;


/**
 * Defines a Plugin annotation object for views area handlers.
 *
 * @see \Drupal\views\Plugin\views\area\AreaPluginBase
 *
 * @ingroup views_area_handlers
 *
 * @Annotation
 */
class ViewsArea extends ViewsHandlerAnnotationBase {

}

Classes

Namesort descending Description
ViewsArea Defines a Plugin annotation object for views area handlers.