You are here

public function InstallablePluginInterface::buildStatus in Markdown 8.2

Builds a display status based on the current state of the plugin.

Parameters

bool $all: Flag indicating whether to build status for all potential libraries.

Return value

\Drupal\Component\Render\MarkupInterface

1 method overrides InstallablePluginInterface::buildStatus()
InstallablePluginBase::buildStatus in src/Plugin/Markdown/InstallablePluginBase.php
Builds a display status based on the current state of the plugin.

File

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

Class

InstallablePluginInterface
Interface for installable plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function buildStatus($all = FALSE);