drush_hook_update_deploy_tools_site_deploy_export |
./hook_update_deploy_tools.drush.inc |
Drush command to export anything that implements the ExportInterface. |
|
|
drush_hook_update_deploy_tools_site_deploy_init |
./hook_update_deploy_tools.drush.inc |
Drush command to create site_deploy module. |
|
|
drush_hook_update_deploy_tools_site_deploy_init_validate |
./hook_update_deploy_tools.drush.inc |
Implements drush_hook_COMMAND_validate(). |
|
|
drush_hook_update_deploy_tools_site_deploy_n_lookup |
./hook_update_deploy_tools.drush.inc |
Returns the last run update hook number N for a module. |
1 |
|
drush_hook_update_deploy_tools_site_deploy_n_set |
./hook_update_deploy_tools.drush.inc |
Set the update_N for a module. |
|
|
drush_hook_update_deploy_tools_site_deploy_n_set_validate |
./hook_update_deploy_tools.drush.inc |
Implements drush_hook_COMMAND_validate(). |
|
|
hook_update_deploy_tools_admin |
./hook_update_deploy_tools.module |
The callback function creates an admin form for a menu hook. |
|
1 |
hook_update_deploy_tools_disable |
./hook_update_deploy_tools.install |
Implements hook_disable(). |
|
|
hook_update_deploy_tools_drush_command |
./hook_update_deploy_tools.drush.inc |
Implements hook_drush_command(). |
|
|
hook_update_deploy_tools_drush_help |
./hook_update_deploy_tools.drush.inc |
Implements hook_drush_help(). |
|
|
hook_update_deploy_tools_enable |
./hook_update_deploy_tools.install |
Implements hook_enable(). |
|
|
hook_update_deploy_tools_help |
./hook_update_deploy_tools.module |
Implements hook_help(). |
|
|
hook_update_deploy_tools_menu |
./hook_update_deploy_tools.module |
Implements hook_menu(). |
|
|
hook_update_deploy_tools_redirect_import |
./hook_update_deploy_tools.module |
Creates the redirect import form. |
|
1 |
hook_update_deploy_tools_redirect_import_parse_form |
./hook_update_deploy_tools.module |
Submit handler for the redirect import. |
|
1 |
hook_update_deploy_tools_uninstall |
./hook_update_deploy_tools.install |
Implements hook_uninstall(). |
|
|
hudt_squeal |
./hook_update_deploy_tools.module |
Used for debugging and HUDT development in drush and drupal simultaneously. |
2 |
|
site_deploy_disable |
boilerplate/install.php |
Implements hook_disable(). |
|
|
site_deploy_install |
boilerplate/install.php |
Implements hook_install(). |
|
|
site_deploy_uninstall |
boilerplate/install.php |
Implements hook_uninstall(). |
|
|
site_deploy_update_8001 |
boilerplate/install.php |
Whatever it placed in this docblock gets displayed upon drush updb. |
|
|