Returns location of the text tip.
Return value
string
The tip location.
File
- drupal/core/modules/tour/lib/Drupal/tour/Plugin/tour/tip/TipPluginText.php, line 64
- 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');
}