Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function __construct(EntityTypeInterface $entity_type, $conjunction, Connection $connection, array $namespaces)
 {
     parent::__construct($entity_type, $conjunction, $connection, $namespaces);
     $this->entityManager = \Drupal::service('entity.manager');
     $this->multiversionManager = \Drupal::service('multiversion.manager');
 }