You are here

public function TamperInterface::getSetting in Tamper 8

Get a particular configuration value.

Parameters

string $key: Key of the configuration.

Return value

mixed|null Setting value if found.

1 method overrides TamperInterface::getSetting()
TamperBase::getSetting in src/TamperBase.php
Get a particular configuration value.

File

src/TamperInterface.php, line 55

Class

TamperInterface
Interface definition for tamper plugins.

Namespace

Drupal\tamper

Code

public function getSetting($key);