public function SimpleMegaMenuInterface::getType in Simple Mega Menu 8
Same name and namespace in other branches
- 2.0.x src/Entity/SimpleMegaMenuInterface.php \Drupal\simple_megamenu\Entity\SimpleMegaMenuInterface::getType()
Gets the Simple mega menu type.
Return value
string The Simple mega menu type.
1 method overrides SimpleMegaMenuInterface::getType()
- SimpleMegaMenu::getType in src/
Entity/ SimpleMegaMenu.php - Gets the Simple mega menu type.
File
- src/
Entity/ SimpleMegaMenuInterface.php, line 23
Class
- SimpleMegaMenuInterface
- Provides an interface for defining Simple mega menu entities.
Namespace
Drupal\simple_megamenu\EntityCode
public function getType();