You are here

public function SettingsTrait::settingsKey in Markdown 8.2

6 methods override SettingsTrait::settingsKey()
EmojiExtension::settingsKey in src/Plugin/Markdown/CommonMark/Extension/EmojiExtension.php
The array key name to use when the settings are nested in another array.
ExternalLinkExtension::settingsKey in src/Plugin/Markdown/CommonMark/Extension/ExternalLinkExtension.php
The array key name to use when the settings are nested in another array.
FootnoteExtension::settingsKey in src/Plugin/Markdown/CommonMark/Extension/FootnoteExtension.php
The array key name to use when the settings are nested in another array.
HeadingPermalinkExtension::settingsKey in src/Plugin/Markdown/CommonMark/Extension/HeadingPermalinkExtension.php
The array key name to use when the settings are nested in another array.
SmartPunctuationExtension::settingsKey in src/Plugin/Markdown/CommonMark/Extension/SmartPunctuationExtension.php
The array key name to use when the settings are nested in another array.

... See full list

File

src/Traits/SettingsTrait.php, line 149

Class

SettingsTrait
Trait for installable plugins that implement settings.

Namespace

Drupal\markdown\Traits

Code

public function settingsKey() {
  return NULL;
}