Problem/Motivation

Drupal 11.4 added AssetResolverInterface::getFontAssets(). The AssetResolverDecorator in attachinline 8.x-1.7 does not implement this method, causing a PHP fatal error during container compilation/bootstrap on Drupal 11.4+.
Ref : https://git.drupalcode.org/project/drupal/-/commit/26b96079674858f745829...

Steps to reproduce

Proposed resolution

Delegate getFontAssets() to the decorated asset resolver, consistent with getCssAssets() and getJsAssets().

Remaining tasks

User interface changes

API changes

Data model changes

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

skpal created an issue. See original summary.

skpal’s picture

Status: Active » Needs review

  • gapple committed 2e9defaf on 8.x-1.x authored by skpal
    fix: #3608759 AssetResolverDecorator missing getFontAssets() for Drupal...
gapple’s picture

Status: Needs review » Fixed

Thanks :)

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

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