Remove ContainerAwareInterface from DrupalKernelInterface

Created on 27 February 2024, 8 months ago
Updated 14 March 2024, 7 months ago

Problem/Motivation

interface DrupalKernelInterface extends HttpKernelInterface, ContainerAwareInterface {

but ContainerAwareInterface is deprecated in Symfony 6.4 and removed from Symfony 7.0.

However, it turns out that DrupalKernel::setContainer() is not even called any more.

Steps to reproduce

Proposed resolution

Remove the interface, setContainer() method, and a related outdated code block.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

πŸ“Œ Task
Status

Fixed

Version

11.0 πŸ”₯

Component
BaseΒ  β†’

Last updated about 1 hour ago

Created by

πŸ‡¬πŸ‡§United Kingdom longwave UK

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024