public function HomeboxLayoutStorageInterface::revisionIds in Homebox 8
Gets a list of Homebox Layout revision IDs for a specific Homebox Layout.
Parameters
\Drupal\homebox\Entity\HomeboxLayoutInterface $entity: The Homebox Layout entity.
Return value
int[] Homebox Layout revision IDs (in ascending order).
1 method overrides HomeboxLayoutStorageInterface::revisionIds()
- HomeboxLayoutStorage::revisionIds in src/
HomeboxLayoutStorage.php - Gets a list of Homebox Layout revision IDs for a specific Homebox Layout.
File
- src/
HomeboxLayoutStorageInterface.php, line 29
Class
- HomeboxLayoutStorageInterface
- Defines the storage handler class for Homebox Layout entities.
Namespace
Drupal\homeboxCode
public function revisionIds(HomeboxLayoutInterface $entity);