select('shortcut_set', 'ss')->fields('ss'); } /** * {@inheritdoc} */ public function fields() { return [ 'set_name' => $this->t("The name under which the set's links are stored."), 'title' => $this->t("The title of the set."), ]; } /** * {@inheritdoc} */ public function getIds() { $ids['set_name']['type'] = 'string'; return $ids; } }