ViewsArgument.php

Same filename in this branch
  1. 10 core/modules/views/src/Annotation/ViewsArgument.php
Same filename in other branches
  1. 9 core/modules/views/src/Annotation/ViewsArgument.php
  2. 8.9.x core/modules/views/src/Annotation/ViewsArgument.php
  3. 11.x core/modules/views/src/Annotation/ViewsArgument.php
  4. 11.x core/modules/views/src/Attribute/ViewsArgument.php

Namespace

Drupal\views\Attribute

File

core/modules/views/src/Attribute/ViewsArgument.php

View source
<?php

declare (strict_types=1);
namespace Drupal\views\Attribute;

use Drupal\Component\Plugin\Attribute\Plugin;

/**
 * Defines a ViewsArgument attribute for plugin discovery.
 *
 * @see \Drupal\views\Plugin\views\argument\ArgumentPluginBase
 *
 * @ingroup views_argument_handlers
 */
class ViewsArgument extends Plugin {

}

Classes

Title Deprecated Summary
ViewsArgument Defines a ViewsArgument attribute for plugin discovery.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.