public function TermStorageInterface::getTermIdsWithPendingRevisions in Drupal 8
Same name and namespace in other branches
- 9 core/modules/taxonomy/src/TermStorageInterface.php \Drupal\taxonomy\TermStorageInterface::getTermIdsWithPendingRevisions()
- 10 core/modules/taxonomy/src/TermStorageInterface.php \Drupal\taxonomy\TermStorageInterface::getTermIdsWithPendingRevisions()
Gets a list of term IDs with pending revisions.
@internal
Return value
int[] An array of term IDs which have pending revisions, keyed by their revision IDs.
1 method overrides TermStorageInterface::getTermIdsWithPendingRevisions()
- TermStorage::getTermIdsWithPendingRevisions in core/
modules/ taxonomy/ src/ TermStorage.php - Gets a list of term IDs with pending revisions.
File
- core/
modules/ taxonomy/ src/ TermStorageInterface.php, line 153
Class
- TermStorageInterface
- Defines an interface for taxonomy_term entity storage classes.
Namespace
Drupal\taxonomyCode
public function getTermIdsWithPendingRevisions();