You are here

Standard.php in Drupal 8

File

core/modules/views/src/Plugin/views/relationship/Standard.php
View source
<?php

namespace Drupal\views\Plugin\views\relationship;


/**
 * Default implementation of the base relationship plugin.
 *
 * @ingroup views_relationship_handlers
 *
 * @ViewsRelationship("standard")
 */
class Standard extends RelationshipPluginBase {

}

Classes

Namesort descending Description
Standard Default implementation of the base relationship plugin.