You are here

public function Link::isExpanded in Colossal Menu 8

Same name and namespace in other branches
  1. 2.x src/Entity/Link.php \Drupal\colossal_menu\Entity\Link::isExpanded()

Returns whether the child menu links should always been shown.

Return value

bool TRUE for expanded, FALSE otherwise.

Overrides MenuLinkInterface::isExpanded

File

src/Entity/Link.php, line 369

Class

Link
Defines the Link entity.

Namespace

Drupal\colossal_menu\Entity

Code

public function isExpanded() {
  return TRUE;
}