You are here

function ProcessFileAttachment::__construct in Replication 8.2

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

File

src/ProcessFileAttachment.php, line 22

Class

ProcessFileAttachment

Namespace

Drupal\replication

Code

function __construct(AccountProxyInterface $current_user, EntityTypeManagerInterface $entity_type_manager, MultiversionIndexFactory $index_factory) {
  $this->current_user = $current_user;
  $this->entity_type_manager = $entity_type_manager;
  $this->index_factory = $index_factory;
}