Chi-teck / drupal-code-generator

A code generator for Drupal.
GNU General Public License v2.0
260 stars 52 forks source link

Add object oriented hook implementations #194

Open rodrigoaguilera opened 3 days ago

rodrigoaguilera commented 3 days ago

Drupal >11.1.0 has support for hook implementations in classes with attributes. https://www.drupal.org/node/3442349

And it seems that many core hooks are moving to this kind of implementation.

Is there any interest in implementing this early to generate code?

andypost commented 3 days ago

Sounds like good idea