$errors[]=$this->t('The value @value is not an array for @operator on filter: @filter',['@value'=>var_export($this->value),'@operator'=>$this->operator,'@filter'=>$this->adminLabel(TRUE)]);
$errors[]=$this->t('The value @value is not an array for @operator on filter: @filter',['@value'=>var_export($this->value,TRUE),'@operator'=>$this->operator,'@filter'=>$this->adminLabel(TRUE)]);