You are here

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

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

Get a SimpleMegaMenu entity.

Parameters

string $id: The SimpleMegaMenu id.

Return value

\Drupal\simple_megamenu\Entity\SimpleMegaMenuInterface The SimpleMegaMenuInterface entity.

1 method overrides SimpleMegaMenuHelperInterface::getSimpleMegaMenu()
SimpleMegaMenuHelper::getSimpleMegaMenu in src/SimpleMegaMenuHelper.php
Get a SimpleMegaMenu entity.

File

src/SimpleMegaMenuHelperInterface.php, line 69

Class

SimpleMegaMenuHelperInterface
Interface SimpleMegaMenuHelperInterface.

Namespace

Drupal\simple_megamenu

Code

public function getSimpleMegaMenu($id);