protected function StringEntity::opNotEmpty in Configuration Views 8
Same name and namespace in other branches
- 2.0.x src/Plugin/views/filter/StringEntity.php \Drupal\config_views\Plugin\views\filter\StringEntity::opNotEmpty()
Not empty operation.
File
- src/
Plugin/ views/ filter/ StringEntity.php, line 107
Class
- StringEntity
- Views filter for strings to work with config entities.
Namespace
Drupal\config_views\Plugin\views\filterCode
protected function opNotEmpty($field) {
$this->query
->notExists($this->options['group'], $field);
}