function drush_hook_update_deploy_tools_site_deploy_init_validate in Hook Update Deploy Tools 7
Same name and namespace in other branches
- 8 hook_update_deploy_tools.drush.inc \drush_hook_update_deploy_tools_site_deploy_init_validate()
Implements drush_hook_COMMAND_validate().
File
- ./
hook_update_deploy_tools.drush.inc, line 155 - Drush commands for Hook Deploy Update Tools.
Code
function drush_hook_update_deploy_tools_site_deploy_init_validate() {
// @TODO File system checks to see if drush can create files have been removed
// to be reworked with a multi-platform solution without false negatives.
return TRUE;
}