interface MenuLinkContentStorageInterface

Same name and namespace in other branches
  1. 11.x core/modules/menu_link_content/src/MenuLinkContentStorageInterface.php \Drupal\menu_link_content\MenuLinkContentStorageInterface

Defines an interface for menu_link_content entity storage classes.

Hierarchy

Expanded class hierarchy of MenuLinkContentStorageInterface

All classes that implement MenuLinkContentStorageInterface

1 file declares its use of MenuLinkContentStorageInterface
MenuForm.php in core/modules/menu_ui/src/MenuForm.php

File

core/modules/menu_link_content/src/MenuLinkContentStorageInterface.php, line 10

Namespace

Drupal\menu_link_content
View source
interface MenuLinkContentStorageInterface extends ContentEntityStorageInterface {
  
  /**
   * Gets a list of menu link IDs with pending revisions.
   *
   * @return int[]
   *   An array of menu link IDs which have pending revisions, keyed by their
   *   revision IDs.
   *
   * @internal
   */
  public function getMenuLinkIdsWithPendingRevisions();

}

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