class Standard

Default implementation of the join plugin.

Plugin annotation

@PluginID("standard");

Hierarchy

Expanded class hierarchy of Standard

5 string references to 'Standard'
standard.info.yml in drupal/core/profiles/standard/standard.info.yml
drupal/core/profiles/standard/standard.info.yml
StandardTest::getInfo in drupal/core/profiles/standard/lib/Drupal/standard/Tests/StandardTest.php
toolbar.schema.yml in drupal/core/modules/toolbar/config/schema/toolbar.schema.yml
drupal/core/modules/toolbar/config/schema/toolbar.schema.yml
views.field.schema.yml in drupal/core/modules/views/config/schema/views.field.schema.yml
drupal/core/modules/views/config/schema/views.field.schema.yml
views.relationship.schema.yml in drupal/core/modules/views/config/schema/views.relationship.schema.yml
drupal/core/modules/views/config/schema/views.relationship.schema.yml

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/join/Standard.php, line 17
Definition of Drupal\views\Plugin\views\join\Standard.

Namespace

Drupal\views\Plugin\views\join
View source
class Standard extends JoinPluginBase {

}

Members

Namesort descending Modifiers Type Description Overrides
ContainerFactoryPluginBase::create public static function Creates an instance of the plugin. Overrides ContainerFactoryPluginInterface::create 11
JoinPluginBase::$adjusted public property Defines whether a join has been adjusted.
JoinPluginBase::$configuration public property The configuration array passed by initJoin. Overrides PluginBase::$configuration
JoinPluginBase::$extra public property An array of extra conditions on the join.
JoinPluginBase::$extraOperator public property How all the extras will be combined. Either AND or OR.
JoinPluginBase::$field public property The field to join on (right field).
JoinPluginBase::$leftField public property The field we join to.
JoinPluginBase::$leftTable public property The table we join to.
JoinPluginBase::$table public property The table to join (right table).
JoinPluginBase::$type public property The join type, so for example LEFT (default) or INNER.
JoinPluginBase::buildJoin public function Build the SQL for the join this object represents. 2
JoinPluginBase::__construct public function Constructs a Drupal\views\Plugin\views\join\JoinPluginBase object. Overrides PluginBase::__construct 1
PluginBase::$pluginDefinition protected property The plugin implementation definition.
PluginBase::$pluginId protected property The plugin_id.
PluginBase::getPluginDefinition public function Returns the definition of the plugin implementation. Overrides PluginInspectionInterface::getPluginDefinition
PluginBase::getPluginId public function Returns the plugin_id of the plugin instance. Overrides PluginInspectionInterface::getPluginId