l = $l10nFactory->get('core'); } /** * @inheritDoc * @since 27.1.0 */ public function getName(): string { return $this->l->t('Extract topics'); } /** * @inheritDoc * @since 27.1.0 */ public function getDescription(): string { return $this->l->t('Extracts topics from a text and outputs them separated by commas.'); } }