You are here

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

Property

Namespace

Drupal\form_builder_webform

Code

public function getValue($component) {
  return drupal_array_get_nested_value($component, $this->storageParents);
}