You are here

public function SimpleMegaMenuType::getTargetMenu in Simple Mega Menu 2.0.x

Same name and namespace in other branches
  1. 8 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 72

Class

SimpleMegaMenuType
Defines the Simple mega menu type entity.

Namespace

Drupal\simple_megamenu\Entity

Code

public function getTargetMenu() {
  return $this->targetMenu;
}