You are here

public function InstallablePluginInterface::buildLibrary in Markdown 8.2

Builds a display for a library.

Parameters

\Drupal\markdown\Annotation\InstallableLibrary $library: The library to build.

Return value

\Drupal\Component\Render\MarkupInterface

1 method overrides InstallablePluginInterface::buildLibrary()
InstallablePluginBase::buildLibrary in src/Plugin/Markdown/InstallablePluginBase.php
Builds a display for a library.

File

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

Class

InstallablePluginInterface
Interface for installable plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function buildLibrary(InstallableLibrary $library = NULL);