You are here

public function InstallablePluginInterface::showInUi in Markdown 8.2

Indicates whether the plugin should be shown in the UI.

Return value

bool TRUE or FALSE

1 method overrides InstallablePluginInterface::showInUi()
InstallablePluginBase::showInUi in src/Plugin/Markdown/InstallablePluginBase.php
Indicates whether the plugin should be shown in the UI.

File

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

Class

InstallablePluginInterface
Interface for installable plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function showInUi();