You are here

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

The configuration array passed by initJoin.

Type: array

Overrides PluginBase::$configuration

See also

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

File

lib/Drupal/views/Plugin/views/join/JoinPluginBase.php, line 117
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 $configuration = array();