Drupal - Debug arrays from hook_cron?
You might want to try a module like Ultimate Cron that allows you to run individual cron jobs, outside of cron.php
. This will allow you to use kint()
and see the output.
You might want to try a module like Ultimate Cron that allows you to run individual cron jobs, outside of cron.php
. This will allow you to use kint()
and see the output.