Problem/Motivation
\Drupal\Core\Theme\Icon\IconFinder::extractGroupFromPath() causes PHP 8.5 deprecations.
Steps to reproduce
Run \Drupal\Tests\Core\Theme\Icon\IconFinderTest
Proposed resolution
Fix IconFinder to not trigger deprecations.
Remaining tasks
User interface changes
None
Introduced terminology
N/a
API changes
None
Data model changes
None
Release notes snippet
N/a
Issue fork drupal-3555881
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
Comment #2
alexpottComment #3
alexpottComment #5
smustgrave commentedUpgraded by ddev to 8.5
Verified without the fix it trigged 1 deprecation
With the MR no deprecations.
Comment #6
catchCommitted/pushed to 11.x and cherry-picked to 11.3.x, thanks!