Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / views / src / Plugin / views / field / Standard.php
1 <?php
2
3 namespace Drupal\views\Plugin\views\field;
4
5 /**
6  * Default implementation of the base field plugin.
7  *
8  * @ingroup views_field_handlers
9  *
10  * @ViewsField("standard")
11  */
12 class Standard extends FieldPluginBase {
13
14 }