You are here

public function SettingsInterface::getSettingOverrides in Markdown 8.2

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).

array $settings: Optional. Specific settings to check. If not set, the currently set settings will be used.

Return value

array

File

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

Class

SettingsInterface
Interface for installable plugins that implement settings.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getSettingOverrides($runtime = FALSE, $sorted = TRUE, array $settings = NULL);