Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Maithri Shetty created an issue. See original summary.

Maithri Shetty’s picture

Replaced deprecated method drupal-set-message() calls with \Drupal::messenger()->addMessage()

Maithri Shetty’s picture

Status: Active » Needs review
maliknaik’s picture

Used MessengerTraits insted of \Drupal::messenger()->addMessage().

Status: Needs review » Needs work

The last submitted patch, 4: replace-deprecated-method-drupal_set_message-3038238.patch, failed testing. View results
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.

maliknaik’s picture

maliknaik’s picture

Used MessengerTrait and also used the method messenger() defined in the base class of the ConfigFormBase, FormBase, EntityConfirmFormBase, and EntityForm

maliknaik’s picture

Status: Needs work » Needs review
thalles’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
274.41 KB

Works for me!

wundo’s picture

Status: Reviewed & tested by the community » Fixed

This was fixed as part of #3042586, thanks :)

andrey.troeglazov’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.