public function Property::getValue in Form Builder 7.2
Read the value from a component array.
File
- modules/
webform/ src/ Property.php, line 52
Class
Namespace
Drupal\form_builder_webformCode
public function getValue($component) {
return drupal_array_get_nested_value($component, $this->storageParents);
}