function MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions
Same name in other branches
- 9 core/modules/menu_link_content/src/MenuLinkContentStorageInterface.php \Drupal\menu_link_content\MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions()
- 10 core/modules/menu_link_content/src/MenuLinkContentStorageInterface.php \Drupal\menu_link_content\MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions()
- 11.x 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();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.