You are here

public function InstallablePluginInterface::getSortedConfiguration in Markdown 8.2

Retrieves the configuration for the plugin, but sorted.

Return value

array The sorted configuration array.

1 method overrides InstallablePluginInterface::getSortedConfiguration()
InstallablePluginBase::getSortedConfiguration in src/Plugin/Markdown/InstallablePluginBase.php
Retrieves the configuration for the plugin, but sorted.

File

src/Plugin/Markdown/InstallablePluginInterface.php, line 143

Class

InstallablePluginInterface
Interface for installable plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getSortedConfiguration();