public function Package::getExcluded in Features 8.4
Same name and namespace in other branches
- 8.3 src/Package.php \Drupal\features\Package::getExcluded()
Return value
string[]
File
- src/
Package.php, line 275
Class
- Package
- Defines a value object for storing package related data.
Namespace
Drupal\featuresCode
public function getExcluded() {
return $this->excluded;
}