public function SimpleMegaMenuHelperInterface::getTargetMenus in Simple Mega Menu 8
Same name and namespace in other branches
- 2.0.x 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_megamenuCode
public function getTargetMenus(SimpleMegaMenuTypeInterface $entity);