You are here

public function LinkInterface::showTitle in Colossal Menu 8

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

Determines if the title should be shown.

Return value

bool Whether the title should be shown or not.

1 method overrides LinkInterface::showTitle()
Link::showTitle in src/Entity/Link.php
Determines if the title should be shown.

File

src/LinkInterface.php, line 71

Class

LinkInterface
Provides an interface for defining Link entities.

Namespace

Drupal\colossal_menu

Code

public function showTitle();