Overrides ArgumentPluginBase::title
public function title() { $term = $this->entityRepository ->getCanonical('taxonomy_term', $this->argument); if (!empty($term)) { return $term->label(); } // @todo Review text. return $this->t('No name'); }