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