canSubmitForm = true; $this->formToSubmit = $form; return $this; } public function canSubmitForm(): bool { return $this->canSubmitForm; } public function getFormToSubmit(): ?string { return $this->formToSubmit; } }