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
Issue fork attachinline-3608759
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 #3
skpal commentedComment #5
gappleThanks :)