Closed (fixed)
Project:
Permanent Cache Bin
Version:
8.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 Nov 2017 at 02:01 UTC
Updated:
16 Nov 2017 at 15:39 UTC
Jump to comment: Most recent
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