You are here

public function SequenceIndexInterface::add in Multiversion 8

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

Parameters

\Drupal\Core\Entity\ContentEntityInterface $entity:

1 method overrides SequenceIndexInterface::add()
SequenceIndex::add in src/Entity/Index/SequenceIndex.php

File

src/Entity/Index/SequenceIndexInterface.php, line 12

Class

SequenceIndexInterface

Namespace

Drupal\multiversion\Entity\Index

Code

public function add(ContentEntityInterface $entity);