You are here

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

How all the extras will be combined. Either AND or OR.

Type: string

File

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

Class

JoinPluginBase

Namespace

Drupal\views\Plugin\views\join

Code

public $extraOperator;