Skip to content
Snippets Groups Projects

Issue #3431017: Automated Drupal 11 compatibility fixes for image_styles_builder

Merged Issue #3431017: Automated Drupal 11 compatibility fixes for image_styles_builder
Merged Kevin Wenger requested to merge 11x/3431017--april-2024 into 1.1.x
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -21,9 +21,7 @@ class ImageStyle extends AbstractExtension {
*/
public function getFunctions(): array {
return [
new TwigFunction('isb_image_styles', [
$this, 'getImageStyles',
]),
new TwigFunction('isb_image_styles', $this->getImageStyles(...)),
];
}
Loading