You are here

protected property ConfigurationItem::$packageExcluded in Features 8.3

Same name and namespace in other branches
  1. 8.4 src/ConfigurationItem.php \Drupal\features\ConfigurationItem::packageExcluded

Array of package names that this item should be excluded from.

Type: string[]

File

src/ConfigurationItem.php, line 95

Class

ConfigurationItem
Contains some configuration together with metadata like the name + package.

Namespace

Drupal\features

Code

protected $packageExcluded = [];