Apr 5, 2020 — ... you to get field values in hook_form_alter in Drupal 8. Example of entity reference field: $form['field_name']['widget'][0]['target_id']["#value"].
DOWNLOAD: https://byltly.com/2fbftf
DOWNLOAD: https://byltly.com/2fbftf
drupal-7-get-field-value
In drupal 8, when the field can have multiple values: $values = $entity->field_myfield->getValue(); // or $values = $entity->get('field_myfield')->getValue(); // Both ... 939c2ea5af
Comments