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\MarkdownCode
public function getWeight();