public function SimpleMegaMenuStorageInterface::revisionIds in Simple Mega Menu 2.0.x
Same name and namespace in other branches
- 8 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_megamenuCode
public function revisionIds(SimpleMegaMenuInterface $entity);