ViewsArgument.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\views\AnnotationFile
core/modules/views/src/Annotation/ViewsArgument.phpView source
<?php
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
Name | Description |
---|---|
ViewsArgument | Defines a Plugin annotation object for views argument handlers. |