You are here

public property JoinPluginBase::$configuration 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::configuration
  2. 9 core/modules/views/src/Plugin/views/join/JoinPluginBase.php \Drupal\views\Plugin\views\join\JoinPluginBase::configuration

The configuration array passed by initJoin.

Type: array

Overrides PluginBase::$configuration

See also

\Drupal\views\Plugin\views\join\JoinPluginBase::initJoin()

File

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

Class

JoinPluginBase

Namespace

Drupal\views\Plugin\views\join

Code

public $configuration = [];