Pull merge.
[yaffs-website] / web / core / modules / views / src / Plugin / views / relationship / Standard.php
1 <?php
2
3 namespace Drupal\views\Plugin\views\relationship;
4
5 /**
6  * Default implementation of the base relationship plugin.
7  *
8  * @ingroup views_relationship_handlers
9  *
10  * @ViewsRelationship("standard")
11  */
12 class Standard extends RelationshipPluginBase {
13
14 }