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