Overrides SqlBase::query
public function query() { return $this->select('node_type', 't') ->fields('t', [ 'type', ]); }