Closed (fixed)
Project:
Eureka
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2026 at 11:30 UTC
Updated:
23 Mar 2026 at 11:00 UTC
Jump to comment: Most recent
Theme hooks have been implemented in a procedural way rather than in an object-oriented approach. It's recommended to use OO hooks, as they have been supported since Drupal 11.3
Update theme hooks to be OO instead of procedural to follow current best practices
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 #4
nexusnovaz commentedMR !6 is ready for review!
Comment #5
dabodia commentedReviewed it and checked locally. I had some issues but pushed another commit to fix them, let me know if anything in my commit looks odd
Comment #6
nexusnovaz commentedLGTM - ready to merge
Comment #8
dabodia commentedMerged - thanks for the work!