You are here

public function SettingsInterface::settingExists in Markdown 8.2

Flag indicating whether a setting exists.

Parameters

string $name: The name of the setting to check.

Return value

bool TRUE or FALSE

File

src/Plugin/Markdown/SettingsInterface.php, line 88

Class

SettingsInterface
Interface for installable plugins that implement settings.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function settingExists($name);