You are here

function UsersMapping::__construct in Replication 8

Same name and namespace in other branches
  1. 8.2 src/UsersMapping.php \Drupal\replication\UsersMapping::__construct()

File

src/UsersMapping.php, line 21

Class

UsersMapping

Namespace

Drupal\replication

Code

function __construct(ConfigFactoryInterface $config_factory, EntityTypeManagerInterface $entity_type_manager) {
  $this->configFactory = $config_factory;
  $this->entityTypeManager = $entity_type_manager;
}