You are here

protected property DeletedWorkspaceConstraintValidator::$workspaceAssociationStorage in Workspace 8.2

The workspace association storage.

Type: \Drupal\workspace\WorkspaceAssociationStorageInterface

File

src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php, line 21

Class

DeletedWorkspaceConstraintValidator
Checks if data still exists for a deleted workspace ID.

Namespace

Drupal\workspace\Plugin\Validation\Constraint

Code

protected $workspaceAssociationStorage;