- Issue created by @elgandoz
The module uses the wrong naming for the hook_theme, countdown_theme
instead of countdown_clock_theme
composer require drupal/countdown
drush en countdown
PHP Fatal error: Cannot redeclare countdown_theme() (previously declared in /project/app/public/modules/contrib/countdown_clock/countdown_clock.module:44) in /project/app/public/modules/contrib/countdown/countdown.module on line 42
Fix the hook
Active
1.0
Code