There is a really small issue within in the DocBlock comment for umami_theme_suggestions_block_alter in umami.theme which might have resulted from copy and paste from another code sequence.

It's saying

Implements hook_theme_suggestions_HOOK_alter() for form templates.

while actually the implementation is for block templates and should be

Implements hook_theme_suggestions_HOOK_alter() for block templates.

instead.

Its really a nit-pick, but maybe for the sake of completeness maintainers may like to fix this.

Providing patch for this

Comments

stefan.korn created an issue. See original summary.

stefan.korn’s picture

Assigned: stefan.korn » Unassigned
Status: Active » Needs review
StatusFileSize
new623 bytes
cindytwilliams’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new122.21 KB

Patch applies cleanly, and updates the DocBlock comment from "form templates" to "block templates". Marking RTBC.

  • larowlan committed 45eaaae on 8.8.x
    Issue #3081080 by stefan.korn: Fix small issue in DocBlock comment for...
larowlan’s picture

Version: 8.8.x-dev » 8.7.x-dev
Status: Reviewed & tested by the community » Fixed

@cindytwilliams no need to provide screenshots for applied patches - thanks - but our bot does that for us.

Committed 45eaaae and pushed to 8.8.x. Thanks!

C/p to 8.7.x

  • larowlan committed 89bd6a3 on 8.7.x
    Issue #3081080 by stefan.korn: Fix small issue in DocBlock comment for...

Status: Fixed » Closed (fixed)

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