confirmation = $confirmation; } public function toArray(): array { return [ 'name' => 'typo3-backend-form-reload', 'data' => [ 'confirmation' => $this->confirmation, ], ]; } }