Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

ViewsArgument.php

Same filename in this branch
  1. 11.1.x core/modules/views/src/Annotation/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.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal