$result
$result : \Drupal\strata\Restore\RestoreResult
A restore finished.
Dispatched whatever the outcome, including a refusal, because a refused rollback is the case an operator most needs to hear about and the one a success-only channel would swallow.
$result : \Drupal\strata\Restore\RestoreResult
__construct(\Drupal\strata\Restore\RestoreResult $result, string $mode = 'logical', string $scope = '', int|null $actor = null) : mixed
Constructs an event.
| \Drupal\strata\Restore\RestoreResult | $result | What the restore did. |
| string | $mode | Either "logical" or "physical". |
| string | $scope | The scope that was asked for. |
| int|null | $actor | The account that ran it, or NULL for a command line run. |