You are here

Standard.php in Zircon Profile 8

File

core/modules/views/src/Plugin/views/filter/Standard.php
View source
<?php

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


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

}

Classes

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