function MenuLinkContent::getOperations

Same name and namespace in other branches
  1. 10 core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php \Drupal\menu_link_content\Plugin\Menu\MenuLinkContent::getOperations()

Overrides MenuLinkBase::getOperations

File

core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php, line 236

Class

MenuLinkContent
Provides the menu link plugin for content menu links.

Namespace

Drupal\menu_link_content\Plugin\Menu

Code

public function getOperations() : array {
    return $this->getListBuilderOperations();
}

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