function TipPluginBase::getLabel

Same name and namespace in other branches
  1. 9 core/modules/tour/src/TipPluginBase.php \Drupal\tour\TipPluginBase::getLabel()
  2. 10 core/modules/tour/src/TipPluginBase.php \Drupal\tour\TipPluginBase::getLabel()
  3. 11.x core/modules/tour/src/TipPluginBase.php \Drupal\tour\TipPluginBase::getLabel()

Overrides TipPluginInterface::getLabel

1 call to TipPluginBase::getLabel()
TipPluginText::getOutput in core/modules/tour/src/Plugin/tour/tip/TipPluginText.php
Returns a renderable array.

File

core/modules/tour/src/TipPluginBase.php, line 48

Class

TipPluginBase
Defines a base tour item implementation.

Namespace

Drupal\tour

Code

public function getLabel() {
    return $this->get('label');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.