Standard.php

Namespace

Drupal\views\Plugin\views\relationship

File

core/modules/views/src/Plugin/views/relationship/Standard.php

View source
<?php

namespace Drupal\views\Plugin\views\relationship;

use Drupal\views\Attribute\ViewsRelationship;

/**
 * Default implementation of the base relationship plugin.
 *
 * @ingroup views_relationship_handlers
 */
class Standard extends RelationshipPluginBase {

}

Classes

Title Deprecated Summary
Standard Default implementation of the base relationship plugin.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.