Implements \Drupal\tour\TipPluginInterface::get().
Overrides TipPluginInterface::get
... See full list
public function get($key) { if (!empty($this->configuration[$key])) { return $this->configuration[$key]; } }