You are here

public function WebformPluginSettingsInterface::getSetting in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformPluginSettingsInterface.php \Drupal\webform\Plugin\WebformPluginSettingsInterface::getSetting()

Returns the plugin setting for given key

Parameters

string $key: The key of the plugin setting to retrieve.

Return value

mixed The settings value, or NULL if no settings exists.

File

src/Plugin/WebformPluginSettingsInterface.php, line 37

Class

WebformPluginSettingsInterface
An interface for managing a plugin's settings\.

Namespace

Drupal\webform\Plugin

Code

public function getSetting($key);