You are here

public function TermStorageInterface::getTermIdsWithPendingRevisions in Drupal 9

Same name and namespace in other branches
  1. 8 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\taxonomy

Code

public function getTermIdsWithPendingRevisions();