You are here

protected property ConfigurationItem::$excluded in Features 8.3

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

Whether the configuration is marked as excluded.

Type: bool

File

src/ConfigurationItem.php, line 74

Class

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

Namespace

Drupal\features

Code

protected $excluded = FALSE;