function 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 102

Class

TipPluginText
Displays some text as a tip.

Namespace

Drupal\tour\Plugin\tour\tip

Code

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

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