X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fviews%2Fsrc%2FPlugin%2Fviews%2Fjoin%2FJoinPluginBase.php;fp=web%2Fcore%2Fmodules%2Fviews%2Fsrc%2FPlugin%2Fviews%2Fjoin%2FJoinPluginBase.php;h=a0bbedf7315dd95bf08989c9ec8509e1a8ea65ae;hp=ccf40f64e9fce33fd4334aa0fb37c2c52e67cb2b;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/views/src/Plugin/views/join/JoinPluginBase.php b/web/core/modules/views/src/Plugin/views/join/JoinPluginBase.php index ccf40f64e..a0bbedf73 100644 --- a/web/core/modules/views/src/Plugin/views/join/JoinPluginBase.php +++ b/web/core/modules/views/src/Plugin/views/join/JoinPluginBase.php @@ -226,7 +226,7 @@ class JoinPluginBase extends PluginBase implements JoinPluginInterface { // Merge in some default values. $configuration += [ 'type' => 'LEFT', - 'extra_operator' => 'AND' + 'extra_operator' => 'AND', ]; $this->configuration = $configuration; @@ -281,6 +281,7 @@ class JoinPluginBase extends PluginBase implements JoinPluginInterface { $select_query->addJoin($this->type, $right_table, $table['alias'], $condition, $arguments); } + /** * Adds the extras to the join condition. *