You are here

public property InstallablePluginTrait::$runtimeRequirements in Markdown 8.2

An array of runtime requirements for the plugin.

Note: this is primarily used internally to prevent recursion during the discovery process of plugins. Typically this list is populated automatically based on any provided $requirements set above. Instead of using this property directly, use $requirements.

@internal

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

File

src/Annotation/InstallablePluginTrait.php, line 97

Class

InstallablePluginTrait
Trait for adding installable plugin properties to annotations.

Namespace

Drupal\markdown\Annotation

Code

public $runtimeRequirements = [];