Skip to content

Commit 9a3376c

Browse files
committed
missed some values
1 parent a4d7407 commit 9a3376c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Form/EntityReferenceFieldSearch.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ public function submitForm(array &$form, FormStateInterface $form_state) {
272272
* @return array
273273
*/
274274
public static function findFields(FormStateInterface $form_state): array {
275+
$values = $form_state->getValues();
275276

276277
$entity_field_manager = \Drupal::service('entity_field.manager'); // phpcs:ignore
277278
$field_map = $entity_field_manager->getFieldMap();

0 commit comments

Comments
 (0)