function ProcessFileAttachment::__construct in Replication 8
Same name and namespace in other branches
- 8.2 src/ProcessFileAttachment.php \Drupal\replication\ProcessFileAttachment::__construct()
File
- src/
ProcessFileAttachment.php, line 22
Class
Namespace
Drupal\replicationCode
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;
}