You are here

public function PluginInterface::getWeight in Markdown 8.2

Returns the weight of the plugin (used for sorting).

Return value

int The plugin weight.

File

src/Plugin/Markdown/PluginInterface.php, line 66

Class

PluginInterface
Interface for markdown plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getWeight();