public function TipPluginInterface::get

Used for returning values by key.

Key of the value.

Return value

string Value of the key.

1 method overrides TipPluginInterface::get()
TipPluginBase::get in drupal/core/modules/tour/lib/Drupal/tour/TipPluginBase.php
Implements \Drupal\tour\TipPluginInterface::get().

File

drupal/core/modules/tour/lib/Drupal/tour/TipPluginInterface.php, line 48
Contains \Drupal\tour\TipPluginInterface.

Class

TipPluginInterface
Defines an interface for tour items.

Namespace

Drupal\tour

Code

public function get($key);