multiversion-8.x-1.0-beta34/src/Entity/Index/UuidIndex.php

src/Entity/Index/UuidIndex.php
<?php

namespace Drupal\multiversion\Entity\Index;

use Drupal\Core\Entity\EntityInterface;

class UuidIndex extends EntityIndex implements UuidIndexInterface {

  /**
   * @var string
   */
  protected $collectionPrefix = 'multiversion.entity_index.uuid.';

  /**
   * {@inheritdoc}
   */
  protected function buildKey(EntityInterface $entity) {
    return $entity->uuid();
  }

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc