Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views / src / Plugin / views / filter / Standard.php
1 <?php
2
3 namespace Drupal\views\Plugin\views\filter;
4
5 /**
6  * Default implementation of the base filter plugin.
7  *
8  * @ingroup views_filter_handlers
9  *
10  * @ViewsFilter("standard")
11  */
12 class Standard extends FilterPluginBase {
13
14 }