You are here

private property BuildHooksDeploymentValidator::$entityTypeManager in Build Hooks 8.2

Same name and namespace in other branches
  1. 3.x src/Plugin/Validation/Constraint/BuildHooksDeploymentValidator.php \Drupal\build_hooks\Plugin\Validation\Constraint\BuildHooksDeploymentValidator::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

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

Class

BuildHooksDeploymentValidator
Defines a validator for the BuildHooksEnvironment constraint.

Namespace

Drupal\build_hooks\Plugin\Validation\Constraint

Code

private $entityTypeManager;