function MenuLinkContentInterface::getPluginId

Same name and namespace in other branches
  1. 9 core/modules/menu_link_content/src/MenuLinkContentInterface.php \Drupal\menu_link_content\MenuLinkContentInterface::getPluginId()
  2. 10 core/modules/menu_link_content/src/MenuLinkContentInterface.php \Drupal\menu_link_content\MenuLinkContentInterface::getPluginId()
  3. 11.x core/modules/menu_link_content/src/MenuLinkContentInterface.php \Drupal\menu_link_content\MenuLinkContentInterface::getPluginId()

Gets the menu plugin ID associated with this entity.

Return value

string The plugin ID.

1 method overrides MenuLinkContentInterface::getPluginId()
MenuLinkContent::getPluginId in core/modules/menu_link_content/src/Entity/MenuLinkContent.php
Gets the menu plugin ID associated with this entity.

File

core/modules/menu_link_content/src/MenuLinkContentInterface.php, line 58

Class

MenuLinkContentInterface
Defines an interface for custom menu links.

Namespace

Drupal\menu_link_content

Code

public function getPluginId();

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