You are here

public function AppsListMenuLink::getTitle in Apigee Edge 8

Returns the localized title to be shown for this link.

Return value

string The title of the menu link.

Overrides MenuLinkDefault::getTitle

File

src/Plugin/Menu/AppsListMenuLink.php, line 33

Class

AppsListMenuLink
Provides a default app linting page menu link.

Namespace

Drupal\apigee_edge\Plugin\Menu

Code

public function getTitle() {

  // Use the same title as the page.
  return apigee_edge_app_listing_page_title();
}