You are here

public property InstallablePluginTrait::$requirements in Markdown 8.2

An array of requirements for the plugin.

Type: \Drupal\markdown\Annotation\InstallableRequirement[]|\Drupal\markdown\Annotation\InstallableLibrary[]

File

src/Annotation/InstallablePluginTrait.php, line 76

Class

InstallablePluginTrait
Trait for adding installable plugin properties to annotations.

Namespace

Drupal\markdown\Annotation

Code

public $requirements = [];