You are here

protected static property FeatureDetectionTrait::$features in Markdown 8.2

An array of test features.

An associative array of booleans where the key is the feature name.

Type: array

File

src/Traits/FeatureDetectionTrait.php, line 20

Class

FeatureDetectionTrait
Trait for implementing feature detection.

Namespace

Drupal\markdown\Traits

Code

protected static $features = [];