You are here

public function AliasTypeInterface::getLabel in View Mode Page 8.3

Same name and namespace in other branches
  1. 4.0.x src/AliasTypeInterface.php \Drupal\view_mode_page\AliasTypeInterface::getLabel()
  2. 3.2.x src/AliasTypeInterface.php \Drupal\view_mode_page\AliasTypeInterface::getLabel()

Get the label.

Return value

string The label.

1 method overrides AliasTypeInterface::getLabel()
EntityAliasTypeBase::getLabel in src/Plugin/view_mode_page/AliasType/EntityAliasTypeBase.php
Get the label.

File

src/AliasTypeInterface.php, line 19

Class

AliasTypeInterface
Provides an interface for view_mode_page alias types.

Namespace

Drupal\view_mode_page

Code

public function getLabel();