-
- Downloads
Replaced `hook_entity_type_build()` with `hook_entity_type_alter()` and added `hook_implements_alter()` to modify hook priorities. Introduced new methods for watermark generation, font handling, and text configuration in the custom `ImageStyle` class. Updated README with module conflicts and ensured compatibility with Drupal 11.
Signed-off-by:
Dmytro Storozhuk <dima@itech4web.com>
Showing
- README.md 6 additions, 0 deletionsREADME.md
- responsive_image_debugger.info.yml 1 addition, 2 deletionsresponsive_image_debugger.info.yml
- responsive_image_debugger.install 1 addition, 0 deletionsresponsive_image_debugger.install
- responsive_image_debugger.module 23 additions, 7 deletionsresponsive_image_debugger.module
- src/Entity/ImageStyle.php 211 additions, 68 deletionssrc/Entity/ImageStyle.php
Please sign in to comment