You are here

public function SimpleMegaMenuInterface::isPublished 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::isPublished()

Returns the Simple mega menu published status indicator.

Unpublished Simple mega menu are only visible to restricted users.

Return value

bool TRUE if the Simple mega menu is published.

1 method overrides SimpleMegaMenuInterface::isPublished()
SimpleMegaMenu::isPublished in src/Entity/SimpleMegaMenu.php
Returns the Simple mega menu published status indicator.

File

src/Entity/SimpleMegaMenuInterface.php, line 71

Class

SimpleMegaMenuInterface
Provides an interface for defining Simple mega menu entities.

Namespace

Drupal\simple_megamenu\Entity

Code

public function isPublished();