Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

ViewsArea.php

Same filename in this branch
  1. 11.1.x core/modules/views/src/Attribute/ViewsArea.php

Namespace

Drupal\views\Annotation

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

Title Deprecated Summary
ViewsArea Defines a Plugin annotation object for views area handlers.
RSS feed
Powered by Drupal