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