You are here

public property InstallableLibrary::$customLabel in Markdown 8.2

Optional. A customized human-readable label for the library.

Note: this may be necessary if there is already a plugin or library using the same name and it needs to differentiate itself further. An example of this is checking a object requirement that is bundled as an extension inside the main library.

Type: string|null

File

src/Annotation/InstallableLibrary.php, line 32

Class

InstallableLibrary

Namespace

Drupal\markdown\Annotation

Code

public $customLabel;