Standard.php

Definition of Drupal\views\Plugin\views\join\Standard.

Namespace

Drupal\views\Plugin\views\join

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/join/Standard.php
View source
<?php

/**
 * @file
 * Definition of Drupal\views\Plugin\views\join\Standard.
 */
namespace Drupal\views\Plugin\views\join;

use Drupal\Core\Annotation\Plugin;

/**
 * Default implementation of the join plugin.
 *
 * @Plugin(
 *   id = "standard"
 * )
 */
class Standard extends JoinPluginBase {

}

Classes

Namesort descending Description
Standard Default implementation of the join plugin.