You are here

public function SimpleMegaMenuStorageInterface::revisionIds in Simple Mega Menu 8

Same name and namespace in other branches
  1. 2.0.x src/SimpleMegaMenuStorageInterface.php \Drupal\simple_megamenu\SimpleMegaMenuStorageInterface::revisionIds()

Gets a list of Simple megamenu revision IDs for a specific Simple megamenu.

Parameters

\Drupal\simple_megamenu\Entity\SimpleMegaMenuInterface $entity: The Simple mega menu entity.

Return value

int[] Simple mega menu revision IDs (in ascending order).

1 method overrides SimpleMegaMenuStorageInterface::revisionIds()
SimpleMegaMenuStorage::revisionIds in src/SimpleMegaMenuStorage.php
Gets a list of Simple megamenu revision IDs for a specific Simple megamenu.

File

src/SimpleMegaMenuStorageInterface.php, line 29

Class

SimpleMegaMenuStorageInterface
Defines the storage handler class for Simple mega menu entities.

Namespace

Drupal\simple_megamenu

Code

public function revisionIds(SimpleMegaMenuInterface $entity);