You are here

public function AnnotatedPluginInterface::getWeight in Markdown 8.2

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

Return value

int The plugin weight.

1 method overrides AnnotatedPluginInterface::getWeight()
AnnotatedPluginBase::getWeight in src/Plugin/Markdown/AnnotatedPluginBase.php
Returns the weight of the plugin (used for sorting).

File

src/Plugin/Markdown/AnnotatedPluginInterface.php, line 72

Class

AnnotatedPluginInterface
Interface for annotated plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getWeight();