public function SimpleMegaMenuStorageInterface::userRevisionIds in Simple Mega Menu 2.0.x
Same name and namespace in other branches
- 8 src/SimpleMegaMenuStorageInterface.php \Drupal\simple_megamenu\SimpleMegaMenuStorageInterface::userRevisionIds()
Gets a list of revision IDs having a given user as Simple mega menu author.
Parameters
\Drupal\Core\Session\AccountInterface $account: The user entity.
Return value
int[] Simple mega menu revision IDs (in ascending order).
1 method overrides SimpleMegaMenuStorageInterface::userRevisionIds()
- SimpleMegaMenuStorage::userRevisionIds in src/
SimpleMegaMenuStorage.php - Gets a list of revision IDs having a given user as Simple mega menu author.
File
- src/
SimpleMegaMenuStorageInterface.php, line 40
Class
- SimpleMegaMenuStorageInterface
- Defines the storage handler class for Simple mega menu entities.
Namespace
Drupal\simple_megamenuCode
public function userRevisionIds(AccountInterface $account);