You are here

public function MenuLinkContentInterface::getPluginId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 61
Contains \Drupal\menu_link_content\MenuLinkContentInterface.

Class

MenuLinkContentInterface
Defines an interface for custom menu links.

Namespace

Drupal\menu_link_content

Code

public function getPluginId();