Skip to content
Snippets Groups Projects
Commit 3a12bbe0 authored by Daniel Wehner's avatar Daniel Wehner Committed by Tim Plunkett
Browse files

Issue #1783028 by dawehner: Fixed Add a standard implementation of arguments.

parent 03a3b248
No related branches found
No related tags found
Loading
<?php
/**
* @file
* Definition of Drupal\views\Plugin\views\argument\Standard.
*/
namespace Drupal\views\Plugin\views\argument;
use Drupal\Core\Annotation\Plugin;
/**
* Default implementation of the base argument plugin.
*
* @ingroup views_argument_handlers
*
* @Plugin(
* id = "standard"
* )
*/
class Standard extends ArgumentPluginBase {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment