Undefined array key "null" in QueueService->getLabel()

Created on 18 December 2024, 4 months ago

Problem/Motivation

I am seeing error messages like this:

Warning: Undefined array key "null" in Drupal\purge\Plugin\Purge\Queue\QueueService->getLabel() (line 370 of /…/purge/src/Plugin/Purge/Queue/QueueService.php).

The error is on this line:

return $this->getPlugins()[current($this->getPluginsEnabled())]['label'];

There is not protection against $this->getPluginsEnabled() returning an empty value.

Similar code exists in ::getDescription().

Steps to reproduce

I see this every time I load admin/config/development/performance/purge.

Proposed resolution

Provide a fallback to avoid the error or a mechanism to ensure that $this->getPluginsEnabled() does not return empty.

Remaining tasks

Figure out what is wrong. Implement.

User interface changes

None.

API changes

None.

Data model changes

None.

🐛 Bug report
Status

Active

Version

3.0

Component

Code

Created by

🇨🇦Canada Liam Morland Ontario, CA 🇨🇦

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