You are here

public property JoinPluginBase::$adjusted in Drupal 8

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

Defines whether a join has been adjusted.

Views updates the join object to set the table alias instead of the table name. Once views has changed the alias it sets the adjusted value so it does not have to be updated anymore. If you create your own join object you should set the adjusted in the definition array to TRUE if you already know the table alias.

Type: bool

See also

\Drupal\views\Plugin\HandlerBase::getTableJoin()

\Drupal\views\Plugin\views\query\Sql::adjustJoin()

\Drupal\views\Plugin\views\relationship\RelationshipPluginBase::query()

File

core/modules/views/src/Plugin/views/join/JoinPluginBase.php, line 250

Class

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

Namespace

Drupal\views\Plugin\views\join

Code

public $adjusted;