protected property Package::$required in Features 8.4
Same name and namespace in other branches
- 8.3 src/Package.php \Drupal\features\Package::required
A list of configuration items required to be included in the package.
Type: string[]|bool
File
- src/
Package.php, line 86
Class
- Package
- Defines a value object for storing package related data.
Namespace
Drupal\featuresCode
protected $required = FALSE;