You are here

public function TipPluginInterface::get in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::get()
  2. 9 core/modules/tour/src/TipPluginInterface.php \Drupal\tour\TipPluginInterface::get()

Used for returning values by key.

Key of the value.

Return value

string Value of the 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);