function UsersMapping::__construct in Replication 8
Same name and namespace in other branches
- 8.2 src/UsersMapping.php \Drupal\replication\UsersMapping::__construct()
File
- src/
UsersMapping.php, line 21
Class
Namespace
Drupal\replicationCode
function __construct(ConfigFactoryInterface $config_factory, EntityTypeManagerInterface $entity_type_manager) {
$this->configFactory = $config_factory;
$this->entityTypeManager = $entity_type_manager;
}