You are here

public property JoinPluginBase::$adjusted in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/join/JoinPluginBase.php \Drupal\views\Plugin\views\join\JoinPluginBase::adjusted
  2. 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 251

Class

JoinPluginBase

Namespace

Drupal\views\Plugin\views\join

Code

public $adjusted;