public function ConfigurationItem::getData in Features 8.3
Same name and namespace in other branches
- 8.4 src/ConfigurationItem.php \Drupal\features\ConfigurationItem::getData()
Return value
mixed
File
- src/
ConfigurationItem.php, line 220
Class
- ConfigurationItem
- Contains some configuration together with metadata like the name + package.
Namespace
Drupal\featuresCode
public function getData() {
return $this->data;
}