Standard.php

Definition of Drupal\views\Plugin\views\filter\Standard.

Namespace

Drupal\views\Plugin\views\filter

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Standard.php
View source
<?php

/**
 * @file
 * Definition of Drupal\views\Plugin\views\filter\Standard.
 */
namespace Drupal\views\Plugin\views\filter;

use Drupal\Core\Annotation\Plugin;

/**
 * Default implementation of the base filter plugin.
 *
 * @ingroup views_filter_handlers
 *
 * @Plugin(
 *   id = "standard"
 * )
 */
class Standard extends FilterPluginBase {

}

Classes

Namesort descending Description
Standard Default implementation of the base filter plugin.