public function HomeboxLayoutStorageInterface::userRevisionIds in Homebox 8
Gets a list of revision IDs having a given user as Homebox Layout author.
Parameters
\Drupal\Core\Session\AccountInterface $account: The user entity.
Return value
int[] Homebox Layout revision IDs (in ascending order).
1 method overrides HomeboxLayoutStorageInterface::userRevisionIds()
- HomeboxLayoutStorage::userRevisionIds in src/
HomeboxLayoutStorage.php - Gets a list of revision IDs having a given user as Homebox Layout author.
File
- src/
HomeboxLayoutStorageInterface.php, line 40
Class
- HomeboxLayoutStorageInterface
- Defines the storage handler class for Homebox Layout entities.
Namespace
Drupal\homeboxCode
public function userRevisionIds(AccountInterface $account);