Pull merge.
[yaffs-website] / web / core / modules / views / src / Plugin / views / argument / Standard.php
1 <?php
2
3 namespace Drupal\views\Plugin\views\argument;
4
5 /**
6  * Default implementation of the base argument plugin.
7  *
8  * @ingroup views_argument_handlers
9  *
10  * @ViewsArgument("standard")
11  */
12 class Standard extends ArgumentPluginBase {
13
14 }