You are here

public function TipPluginText::getLocation in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/tour/src/Plugin/tour/tip/TipPluginText.php \Drupal\tour\Plugin\tour\tip\TipPluginText::getLocation()

Returns location of the text tip.

Return value

string The tip location.

File

core/modules/tour/src/Plugin/tour/tip/TipPluginText.php, line 101
Contains \Drupal\tour\Plugin\tour\tip\TipPluginText.

Class

TipPluginText
Displays some text as a tip.

Namespace

Drupal\tour\Plugin\tour\tip

Code

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