function TipPluginBase::getSelector

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

Overrides TipPluginInterface::getSelector

File

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

Class

TipPluginBase
Defines a base tour item implementation.

Namespace

Drupal\tour

Code

public function getSelector() : ?string {
    return $this->get('selector');
}

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