You are here

public function SettingsInterface::getSettings in Markdown 8.2

Retrieves the current settings.

Parameters

bool $runtime: Flag indicating whether the request is for runtime values, which may or may not need to be transformed for whatever is consuming it.

bool $sorted: Flag indicating whether to sort they settings by property name to ensure they're always in the same order (configuration consistency).

Return value

array The settings array

1 method overrides SettingsInterface::getSettings()
ExternalLinkExtension::getSettings in src/Plugin/Markdown/CommonMark/Extension/ExternalLinkExtension.php
Retrieves the current settings.

File

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

Class

SettingsInterface
Interface for installable plugins that implement settings.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getSettings($runtime = FALSE, $sorted = TRUE);