Standard.php

Namespace

Drupal\views\Plugin\views\filter

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

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.