select('url_alias', 'ua')->fields('ua')->orderBy('pid'); } /** * {@inheritdoc} */ public function fields() { return [ 'pid' => $this->t('The numeric identifier of the path alias.'), 'language' => $this->t('The language code of the URL alias.'), ]; } /** * {@inheritdoc} */ public function getIds() { $ids['pid']['type'] = 'integer'; return $ids; } }