getSaveFormAction()->formId('form')->label('Save'), $this->getCancelFormAction()->formId('form'), ]; } public function getBreadcrumbs(): array { return []; } protected function getFormActions(): array { return []; } }