l->t('Assistant'); } /** * @return int whether the form should be rather on the top or bottom of * the settings navigation. The sections are arranged in ascending order of * the priority values. It is required to return a value between 0 and 99. */ public function getPriority(): int { return 40; } /** * @return string The relative path to an icon describing the section */ public function getIcon(): string { return $this->urlGenerator->imagePath('settings', 'ai.svg'); } }