You are here

ViewsArea.php in Zircon Profile 8.0

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

/**
 * @file
 * Contains \Drupal\views\Annotation\ViewsArea.
 */
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.