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

Breadcrumb

  1. Drupal Core 11.1.x

Standard.php

Same filename in this branch
  1. 11.1.x vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/Standard.php
  2. 11.1.x core/modules/views/src/Plugin/views/sort/Standard.php
  3. 11.1.x core/modules/views/src/Plugin/views/filter/Standard.php
  4. 11.1.x core/modules/views/src/Plugin/views/relationship/Standard.php
  5. 11.1.x core/modules/views/src/Plugin/views/field/Standard.php
  6. 11.1.x core/modules/views/src/Plugin/views/join/Standard.php
  7. 11.1.x core/modules/views/src/Plugin/views/wizard/Standard.php
  8. 11.1.x core/modules/editor/src/EditorXssFilter/Standard.php

Namespace

Drupal\views\Plugin\views\argument

File

core/modules/views/src/Plugin/views/argument/Standard.php

View source
<?php

namespace Drupal\views\Plugin\views\argument;

use Drupal\views\Attribute\ViewsArgument;

/**
 * Default implementation of the base argument plugin.
 *
 * @ingroup views_argument_handlers
 */
class Standard extends ArgumentPluginBase {

}

Classes

Title Deprecated Summary
Standard Default implementation of the base argument plugin.

API Navigation

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