You are here

Standard.php in Drupal 8

File

core/modules/views/src/Plugin/views/argument/Standard.php
View source
<?php

namespace Drupal\views\Plugin\views\argument;


/**
 * Default implementation of the base argument plugin.
 *
 * @ingroup views_argument_handlers
 *
 * @ViewsArgument("standard")
 */
class Standard extends ArgumentPluginBase {

}

Classes

Namesort descending Description
Standard Default implementation of the base argument plugin.