Skip to content
Snippets Groups Projects
Verified Commit 19e2a6af authored by dpi's avatar dpi
Browse files

:page_facing_up: Finish the thought

parent e1805816
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,10 @@ Hux
There are a few projects out there that try to introduce an event subscriber
driven way of working. Hux is an in between solution, allowing the full benefits
of dependency injection and class driven logic.
of dependency injection and class driven logic without going fully in with
events. Methods can have the same signature as original hook implementations.
Discovery is automatic, only requiring a hook class to be registered as a
tagged Drupal service and initial cache clear.
Hux is a project specifically designed for developers, allowing hook
implementations without needing to define a .module file or any kind of proxy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment