Doing the following drush pcbf causes the following error:
No hook functions were found for permanent-cache-bin-flush. The primary hook function is drush_pcb_permanent_cache_bin_flush(). Please implement this function. Run with --show-invoke to see all available hooks.
Comments
Comment #2
marioangulo commentedComment #3
nikunjkotechaThanks @marioangulo.
I never got chance to test the drush command, did some testing along with this fix (made arguments required and added try catch in case of typo in bin name).
Comment #4
nikunjkotechaComment #5
marioangulo commentedNice! Beat me to fixing it, was going to create a patch today since I was flying yesterday.
Comment #6
marioangulo commented