function MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions

Same name and namespace in other branches
  1. 8.9.x core/modules/menu_link_content/src/MenuLinkContentStorageInterface.php \Drupal\menu_link_content\MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions()
  2. 10 core/modules/menu_link_content/src/MenuLinkContentStorageInterface.php \Drupal\menu_link_content\MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions()
  3. 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_content

Code

public function getMenuLinkIdsWithPendingRevisions();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.