You are here

public property InstallablePluginTrait::$ui in Markdown 8.2

Flag indicating whether this plugin is to be visible in UI areas.

Note: this is just a flag. It is up to whatever actually constructs the UI to respect this value.

Type: bool

File

src/Annotation/InstallablePluginTrait.php, line 107

Class

InstallablePluginTrait
Trait for adding installable plugin properties to annotations.

Namespace

Drupal\markdown\Annotation

Code

public $ui = TRUE;