Problem/Motivation

Remove Messenger and redirectDestination services from the custom controller they are included as a Trait on the ControllerBase.

Proposed resolution

Use `$this->messenger()` and `$this->getRedirectDestination()` and remove `messenger` and `redirect.destination` services.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Zarpele created an issue. See original summary.

zarpele’s picture

Status: Active » Needs review
subhransu sekhar’s picture

@Zarpele your committed code has been merged and released.

subhransu sekhar’s picture

Status: Needs review » Fixed

The proposed solution has been implemented so I am changing the status

subhransu sekhar’s picture

Status: Fixed » Closed (fixed)