Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
JoinPluginBase.php
»
JoinPluginBase
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
public property JoinPluginBase::$leftTable
The table we join to.
Type:
string
File
drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
join/
JoinPluginBase.php
, line 74
Definition of
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;