You are here

public function TaxonomyMenuInterface::getLinks in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 modules/taxonomy_menu/src/TaxonomyMenuInterface.php \Drupal\taxonomy_menu\TaxonomyMenuInterface::getLinks()

Get menu link plugin definitions

Parameters

array $base_plugin_definition:

bool $include_base_plugin_id: If true, 'taxonomy_menu.menu_link:' will be prepended to the returned plugin ids.

Return value

array

1 method overrides TaxonomyMenuInterface::getLinks()
TaxonomyMenu::getLinks in modules/taxonomy_menu/src/Entity/TaxonomyMenu.php
Get menu link plugin definitions

File

modules/taxonomy_menu/src/TaxonomyMenuInterface.php, line 40
Contains Drupal\taxonomy_menu\TaxonomyMenuInterface.

Class

TaxonomyMenuInterface
Provides an interface defining a TaxonomyMenu entity.

Namespace

Drupal\taxonomy_menu

Code

public function getLinks($base_plugin_definition = [], $include_base_plugin_id = FALSE);