select('contact', 'c') ->fields('c', ['cid']) ->condition('c.selected', 1) ->execute() ->fetchField(); return new \ArrayIterator([$this->values() + ['default_category' => $default_category]]); } }