You are here

public function SimpleMegaMenuInterface::getName in Simple Mega Menu 2.0.x

Same name and namespace in other branches
  1. 8 src/Entity/SimpleMegaMenuInterface.php \Drupal\simple_megamenu\Entity\SimpleMegaMenuInterface::getName()

Gets the Simple mega menu name.

Return value

string Name of the Simple mega menu.

1 method overrides SimpleMegaMenuInterface::getName()
SimpleMegaMenu::getName in src/Entity/SimpleMegaMenu.php
Gets the Simple mega menu name.

File

src/Entity/SimpleMegaMenuInterface.php, line 31

Class

SimpleMegaMenuInterface
Provides an interface for defining Simple mega menu entities.

Namespace

Drupal\simple_megamenu\Entity

Code

public function getName();