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 core/modules/tour/src/TipPluginBase.php
Used for returning values by key.

File

core/modules/tour/src/TipPluginInterface.php, line 48

Class

TipPluginInterface
Defines an interface for tour items.

Namespace

Drupal\tour

Code

public function get($key);

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