- Issue created by @zniki.ru
- π·πΊRussia zniki.ru
I moved functions
- deprecation_test_deprecated_hook
- deprecation_test_deprecated_alter_alter
to
Drupal\deprecation_test\Hook\DeprecationTestHooks
class
And it become very similar toDrupal\deprecation_hook_attribute_test\Hook\DeprecationHookAttributeTestHooks
.Should we remove module deprecation_hook_attribute_test at all?
Or is it better to remove classDrupal\deprecation_test\Hook\DeprecationTestHooks
? - Merge request !10895Resolve #3499569: convert deprecation_test.module to OOP. β (Closed) created by zniki.ru
- πΊπΈUnited States nicxvan
I apologize, this was in the wrong group.
This explicitly tests procedural deprecated hooks and deprecated hook_alters.
We cannot convert this yet.
- πΊπΈUnited States nicxvan
It might be worth adding more comments to call this out in the module.