You are here

protected function StringEntity::opEmpty in Configuration Views 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/views/filter/StringEntity.php \Drupal\config_views\Plugin\views\filter\StringEntity::opEmpty()

Overrides StringFilter::opEmpty

File

src/Plugin/views/filter/StringEntity.php, line 100

Class

StringEntity
Views filter for strings to work with config entities.

Namespace

Drupal\config_views\Plugin\views\filter

Code

protected function opEmpty($field) {
  $this->query
    ->exists($this->options['group'], $field);
}