You are here

public function Broken::getLabel in View Mode Page 8.3

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

Get the label.

Return value

string The label.

Overrides EntityAliasTypeBase::getLabel

File

src/Plugin/view_mode_page/AliasType/Broken.php, line 20

Class

Broken
Defines a fallback plugin for missing block plugins.

Namespace

Drupal\view_mode_page\Plugin\view_mode_page\AliasType

Code

public function getLabel() {
  return $this
    ->t('Broken type');
}