argument) { $term = taxonomy_term_load($this->argument); if (!empty($term)) { return check_plain($term->name); } } // TODO review text return t('No name'); } }