Template key => Template label. */ public function getAvailableTemplates(): array; /** * Get available categories for the form. * * @return array Category ID => Category name. */ public function getAvailableCategories(): array; }