interface MenuLinkContentStorageInterface
Same name and namespace in other branches
- 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
- interface \Drupal\Core\Entity\EntityStorageInterface; interface \Drupal\Core\Entity\TranslatableRevisionableStorageInterface implements \Drupal\Core\Entity\TranslatableStorageInterface, \Drupal\Core\Entity\RevisionableStorageInterface
- interface \Drupal\Core\Entity\ContentEntityStorageInterface implements \Drupal\Core\Entity\EntityStorageInterface, \Drupal\Core\Entity\TranslatableRevisionableStorageInterface
- interface \Drupal\menu_link_content\MenuLinkContentStorageInterface implements \Drupal\Core\Entity\ContentEntityStorageInterface
- interface \Drupal\Core\Entity\ContentEntityStorageInterface implements \Drupal\Core\Entity\EntityStorageInterface, \Drupal\Core\Entity\TranslatableRevisionableStorageInterface
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_contentView 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.