You are here

public property InstallablePluginTrait::$preferred in Markdown 8.2

Flag indicating whether it is the preferred library.

Note: if no libraries in a given plugin explicitly state they are the preferred library or if multiple do, the first library will become the preferred library.

Type: bool

File

src/Annotation/InstallablePluginTrait.php, line 69

Class

InstallablePluginTrait
Trait for adding installable plugin properties to annotations.

Namespace

Drupal\markdown\Annotation

Code

public $preferred = FALSE;