public function EasyEmailStorageInterface::userRevisionIds in Easy Email 8
Same name and namespace in other branches
- 2.0.x src/EasyEmailStorageInterface.php \Drupal\easy_email\EasyEmailStorageInterface::userRevisionIds()
Gets a list of revision IDs having a given user as Email author.
Parameters
\Drupal\Core\Session\AccountInterface $account: The user entity.
Return value
int[] Email revision IDs (in ascending order).
1 method overrides EasyEmailStorageInterface::userRevisionIds()
- EasyEmailStorage::userRevisionIds in src/
EasyEmailStorage.php - Gets a list of revision IDs having a given user as Email author.
File
- src/
EasyEmailStorageInterface.php, line 47
Class
- EasyEmailStorageInterface
- Defines the storage handler class for Email entities.
Namespace
Drupal\easy_emailCode
public function userRevisionIds(AccountInterface $account);