You are here

public function SimpleMegaMenuHelperInterface::getTargetMenus in Simple Mega Menu 2.0.x

Same name and namespace in other branches
  1. 8 src/SimpleMegaMenuHelperInterface.php \Drupal\simple_megamenu\SimpleMegaMenuHelperInterface::getTargetMenus()

Gets the menus targeted by a specific Simple mega menu type.

Parameters

\Drupal\simple_megamenu\Entity\SimpleMegaMenuTypeInterface $entity: The Simple mega menu type entity.

Return value

array The menus targeted by the config entity.

1 method overrides SimpleMegaMenuHelperInterface::getTargetMenus()
SimpleMegaMenuHelper::getTargetMenus in src/SimpleMegaMenuHelper.php
Gets the menus targeted by a specific Simple mega menu type.

File

src/SimpleMegaMenuHelperInterface.php, line 23

Class

SimpleMegaMenuHelperInterface
Interface SimpleMegaMenuHelperInterface.

Namespace

Drupal\simple_megamenu

Code

public function getTargetMenus(SimpleMegaMenuTypeInterface $entity);