You are here

Standard.php in Zircon Profile 8

File

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

/**
 * @file
 * Contains \Drupal\views\Plugin\views\argument\Standard.
 */
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.