You are here

public function InstallablePluginInterface::hasMultipleLibraries in Markdown 8.2

Indicates whether plugin has multiple installs to check.

Return value

bool TRUE or FALSE

1 method overrides InstallablePluginInterface::hasMultipleLibraries()
InstallablePluginBase::hasMultipleLibraries in src/Plugin/Markdown/InstallablePluginBase.php
Indicates whether plugin has multiple installs to check.

File

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

Class

InstallablePluginInterface
Interface for installable plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function hasMultipleLibraries();