You are here

public function TipPluginText::getLocation in Drupal 8

Returns location of the text tip.

Return value

string The tip location.

File

core/modules/tour/src/Plugin/tour/tip/TipPluginText.php, line 102

Class

TipPluginText
Displays some text as a tip.

Namespace

Drupal\tour\Plugin\tour\tip

Code

public function getLocation() {
  return $this
    ->get('location');
}