You are here

public function InstallablePluginBase::showInUi in Markdown 8.2

Indicates whether the plugin should be shown in the UI.

Return value

bool TRUE or FALSE

Overrides InstallablePluginInterface::showInUi

File

src/Plugin/Markdown/InstallablePluginBase.php, line 404

Class

InstallablePluginBase
Base class for installable plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function showInUi() {
  return $this->pluginDefinition->ui;
}