l = $l10nFactory->get('core'); } /** * @inheritDoc * @since 27.1.0 */ public function getName(): string { return $this->l->t('Summarize'); } /** * @inheritDoc * @since 27.1.0 */ public function getDescription(): string { return $this->l->t('Summarizes text by reducing its length without losing key information.'); } }