function drush_gelf_post_pm_enable in GELF 8
Same name and namespace in other branches
- 6 gelf.drush.inc \drush_gelf_post_pm_enable()
- 7 gelf.drush.inc \drush_gelf_post_pm_enable()
Implements drush_MODULE_post_COMMAND().
File
- ./
gelf.drush.inc, line 61 - Drush integration for the gelf module.
Code
function drush_gelf_post_pm_enable() {
$modules = func_get_args();
if (in_array('gelf', $modules)) {
drush_gelf_download();
}
}