You are here

public function InstallablePluginInterface::isPreferred in Markdown 8.2

Indicates whether the plugin is using the preferred library.

Return value

bool TRUE or FALSE

1 method overrides InstallablePluginInterface::isPreferred()
InstallablePluginBase::isPreferred in src/Plugin/Markdown/InstallablePluginBase.php
Indicates whether the plugin is using the preferred library.

File

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

Class

InstallablePluginInterface
Interface for installable plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function isPreferred();