You are here

public function EntityIndexInterface::add in Multiversion 8

Same name and namespace in other branches
  1. 8.2 src/Entity/Index/EntityIndexInterface.php \Drupal\multiversion\Entity\Index\EntityIndexInterface::add()

Parameters

\Drupal\Core\Entity\EntityInterface $entity:

1 method overrides EntityIndexInterface::add()
EntityIndex::add in src/Entity/Index/EntityIndex.php

File

src/Entity/Index/EntityIndexInterface.php, line 26

Class

EntityIndexInterface

Namespace

Drupal\multiversion\Entity\Index

Code

public function add(EntityInterface $entity);