X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ffield_ui%2Fsrc%2FForm%2FFieldConfigEditForm.php;fp=web%2Fcore%2Fmodules%2Ffield_ui%2Fsrc%2FForm%2FFieldConfigEditForm.php;h=af6de89f6b41951b104b075691849109e6d6b05b;hp=34868add47965c6719192e0022eff96778a7f681;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/field_ui/src/Form/FieldConfigEditForm.php b/web/core/modules/field_ui/src/Form/FieldConfigEditForm.php index 34868add4..af6de89f6 100644 --- a/web/core/modules/field_ui/src/Form/FieldConfigEditForm.php +++ b/web/core/modules/field_ui/src/Form/FieldConfigEditForm.php @@ -77,7 +77,7 @@ class FieldConfigEditForm extends EntityForm { $ids = (object) [ 'entity_type' => $this->entity->getTargetEntityTypeId(), 'bundle' => $this->entity->getTargetBundle(), - 'entity_id' => NULL + 'entity_id' => NULL, ]; $form['#entity'] = _field_create_entity_from_ids($ids); $items = $form['#entity']->get($this->entity->getName()); @@ -177,7 +177,7 @@ class FieldConfigEditForm extends EntityForm { public function save(array $form, FormStateInterface $form_state) { $this->entity->save(); - drupal_set_message($this->t('Saved %label configuration.', ['%label' => $this->entity->getLabel()])); + $this->messenger()->addStatus($this->t('Saved %label configuration.', ['%label' => $this->entity->getLabel()])); $request = $this->getRequest(); if (($destinations = $request->query->get('destinations')) && $next_destination = FieldUI::getNextDestination($destinations)) {