You are here

public property JoinPluginBase::$adjusted in Views (for Drupal 7) 8.3

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::adjust_join()

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

File

lib/Drupal/views/Plugin/views/join/JoinPluginBase.php, line 141
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 $adjusted;