l->t('Flow'); } /** * {@inheritdoc} */ public function getPriority(): int { return 55; } /** * {@inheritdoc} */ public function getIcon(): string { return $this->url->imagePath(Application::APP_ID, 'app-dark.svg'); } }