You are here

public property JoinPluginBase::$leftTable in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Plugin/views/join/JoinPluginBase.php \Drupal\views\Plugin\views\join\JoinPluginBase::leftTable

The table we join to.

Type: string

File

core/modules/views/src/Plugin/views/join/JoinPluginBase.php, line 142
Contains \Drupal\views\Plugin\views\join\JoinPluginBase.

Class

JoinPluginBase
Represents a join and creates the SQL necessary to implement the join.

Namespace

Drupal\views\Plugin\views\join

Code

public $leftTable;