You are here

ViewsArgument.php in Zircon Profile 8

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

File

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

/**
 * @file
 * Contains \Drupal\views\Annotation\ViewsArgument.
 */
namespace Drupal\views\Annotation;


/**
 * Defines a Plugin annotation object for views argument handlers.
 *
 * @see \Drupal\views\Plugin\views\argument\ArgumentPluginBase
 *
 * @ingroup views_argument_handlers
 *
 * @Annotation
 */
class ViewsArgument extends ViewsHandlerAnnotationBase {

}

Classes

Namesort descending Description
ViewsArgument Defines a Plugin annotation object for views argument handlers.