You are here

protected property DomainValidator::$entityTypeManager in Domain Access 8

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

domain/src/DomainValidator.php, line 45

Class

DomainValidator
Provides validation of domain strings against RFC standards for hostnames.

Namespace

Drupal\domain

Code

protected $entityTypeManager;