public function MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions in Drupal 10
Same name and namespace in other branches
- 8 core/modules/menu_link_content/src/MenuLinkContentStorageInterface.php \Drupal\menu_link_content\MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions()
- 9 core/modules/menu_link_content/src/MenuLinkContentStorageInterface.php \Drupal\menu_link_content\MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions()
Gets a list of menu link IDs with pending revisions.
@internal
Return value
int[] An array of menu link IDs which have pending revisions, keyed by their revision IDs.
1 method overrides MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions()
- MenuLinkContentStorage::getMenuLinkIdsWithPendingRevisions in core/
modules/ menu_link_content/ src/ MenuLinkContentStorage.php - Gets a list of menu link IDs with pending revisions.
File
- core/
modules/ menu_link_content/ src/ MenuLinkContentStorageInterface.php, line 21
Class
- MenuLinkContentStorageInterface
- Defines an interface for menu_link_content entity storage classes.
Namespace
Drupal\menu_link_contentCode
public function getMenuLinkIdsWithPendingRevisions();