Loading entity_confirmation.module +2 −2 Original line number Diff line number Diff line Loading @@ -189,9 +189,9 @@ function entity_confirmation_form_op_submit(array &$form, FormStateInterface $fo \Drupal::theme()->alter('entity_confirmation', $value, $op, $entity); // Set customized confirmation message. \Drupal::messenger()->addStatus(Markup::create($token->replace(Xss::filterAdmin($value), [ \Drupal::messenger()->addStatus(Markup::create(Xss::filterAdmin($token->replace($value, [ $entity->getEntityTypeId() => $entity, ]))); ])))); } } } Loading
entity_confirmation.module +2 −2 Original line number Diff line number Diff line Loading @@ -189,9 +189,9 @@ function entity_confirmation_form_op_submit(array &$form, FormStateInterface $fo \Drupal::theme()->alter('entity_confirmation', $value, $op, $entity); // Set customized confirmation message. \Drupal::messenger()->addStatus(Markup::create($token->replace(Xss::filterAdmin($value), [ \Drupal::messenger()->addStatus(Markup::create(Xss::filterAdmin($token->replace($value, [ $entity->getEntityTypeId() => $entity, ]))); ])))); } } }