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\Component\Annotation\PluginID;

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

}

Classes

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