You are here

public function SharePluginInterface::getSetting in Share Message 8

Gets the setting for $key with overrides if applicable.

Return value

mixed

4 methods override SharePluginInterface::getSetting()
Addthis::getSetting in src/Plugin/sharemessage/Addthis.php
Gets the default AddThis settings.
OGHeaders::getSetting in src/Plugin/sharemessage/OGHeaders.php
Gets the setting for $key with overrides if applicable.
Sharrre::getSetting in src/Plugin/sharemessage/Sharrre.php
Gets the setting for $key with overrides if applicable.
SocialSharePrivacy::getSetting in src/Plugin/sharemessage/SocialSharePrivacy.php
Gets the setting for $key with overrides if applicable.

File

src/SharePluginInterface.php, line 35

Class

SharePluginInterface
Interface for source plugin controllers.

Namespace

Drupal\sharemessage

Code

public function getSetting($key);