You are here

Standard.php in Drupal 10

File

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

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.