public function SimpleMegaMenuType::getTargetMenu in Simple Mega Menu 8
Same name and namespace in other branches
- 2.0.x src/Entity/SimpleMegaMenuType.php \Drupal\simple_megamenu\Entity\SimpleMegaMenuType::getTargetMenu()
Gets the target menu.
Return value
array The menus targeted by the entity.
Overrides SimpleMegaMenuTypeInterface::getTargetMenu
File
- src/
Entity/ SimpleMegaMenuType.php, line 73
Class
- SimpleMegaMenuType
- Defines the Simple mega menu type entity.
Namespace
Drupal\simple_megamenu\EntityCode
public function getTargetMenu() {
return $this->targetMenu;
}