acsf_acsf_registry |
./acsf.module |
Implements hook_acsf_registry(). |
|
|
acsf_build_registry |
./acsf.module |
Builds the registry of ACSF compatible class files. |
5 |
|
acsf_cron |
./acsf.module |
Implements hook_cron(). |
|
|
acsf_drush_command |
./acsf.drush.inc |
Implements hook_drush_command(). |
|
|
acsf_duplication_acsf_duplication_scrub_context_alter |
acsf_duplication/acsf_duplication.module |
Alters the scrub event context of `drush acsf-duplication-scrub-batch`. |
|
|
acsf_duplication_acsf_registry |
acsf_duplication/acsf_duplication.module |
Implements hook_acsf_registry(). |
|
|
acsf_duplication_drush_command |
acsf_duplication/acsf_duplication.drush.inc |
Implements hook_drush_command(). |
|
|
acsf_duplication_drush_help |
acsf_duplication/acsf_duplication.drush.inc |
Implements hook_drush_help(). |
|
|
acsf_form_system_site_maintenance_mode_alter |
./acsf.module |
Implements hook_form_FORM_ID_alter(). |
|
|
acsf_get_registry |
./acsf.module |
Retrieves the registry of class files. |
4 |
|
acsf_get_registry |
tests/AcsfEventsTest.php |
Mocks acsf_get_registry for testing. |
4 |
|
acsf_init_default_settings_php_create |
acsf_init/acsf_init.drush.inc |
Re-creates the default settings.php file. |
1 |
|
acsf_init_default_settings_php_include_get |
acsf_init/acsf_init.drush.inc |
Returns the code to be added to the default settings.php file. |
3 |
|
acsf_init_default_settings_php_update |
acsf_init/acsf_init.drush.inc |
Updates the default settings.php with the ACSF specific script include. |
1 |
|
acsf_init_drush_command |
acsf_init/acsf_init.drush.inc |
Implements hook_drush_command(). |
|
|
acsf_init_get_required_dirs |
acsf_init/acsf_init.drush.inc |
Lists all required directories to create. |
1 |
|
acsf_init_get_required_files |
acsf_init/acsf_init.drush.inc |
Lists all required files to create/delete. |
3 |
|
acsf_install |
./acsf.install |
Implements hook_install(). |
|
2 |
acsf_modules_installed |
./acsf.module |
Implements hook_modules_installed(). |
|
|
acsf_registry_sort |
./acsf.module |
Determines sort order for usort. |
|
1 |
acsf_sj_get_sjadd_path |
acsf_sj/acsf_sj.module |
Returns the path to the sjadd binary. |
1 |
|
acsf_sj_requirements |
acsf_sj/acsf_sj.install |
Implements hook_requirements(). |
|
|
acsf_sso_install |
acsf_sso/acsf_sso.install |
Implements hook_install(). |
|
|
acsf_sso_requirements |
acsf_sso/acsf_sso.install |
Implements hook_requirements(). |
|
|
acsf_sso_update_8001 |
acsf_sso/acsf_sso.install |
Updates settings. |
|
|
acsf_theme_acsf_registry |
acsf_theme/acsf_theme.module |
Implements hook_acsf_registry(). |
|
|
acsf_theme_cron |
acsf_theme/acsf_theme.module |
Implements hook_cron(). |
|
|
acsf_theme_drush_command |
acsf_theme/acsf_theme.drush.inc |
Implements hook_drush_command(). |
|
|
acsf_theme_schema |
acsf_theme/acsf_theme.install |
Implements hook_schema(). |
|
|
acsf_variables_drush_command |
acsf_variables/acsf_variables.drush.inc |
Implements hook_drush_command(). |
|
|
acsf_variables_schema |
acsf_variables/acsf_variables.install |
Implements hook_schema(). |
|
|
drush_acsf_build_registry |
./acsf.drush.inc |
Command callback. Rebuilds the ACSF registry. |
|
|
drush_acsf_connect_factory |
acsf_init/acsf_init.drush.inc |
Command callback: Connect a site to a Factory. |
|
1 |
drush_acsf_duplication_scrub_batch |
acsf_duplication/acsf_duplication.drush.inc |
Command callback. Scrubs some data on the duplicated site. |
|
|
drush_acsf_duplication_scrub_progress |
acsf_duplication/acsf_duplication.drush.inc |
Command callback. Outputs progress information on the site duplication scrub. |
|
|
drush_acsf_get_factory_creds |
./acsf.drush.inc |
Command callback. Prints factory information. |
|
|
drush_acsf_go_offline |
./acsf.drush.inc |
Command callback. Puts a site into maintenance. |
|
|
drush_acsf_go_online |
./acsf.drush.inc |
Command callback. Takes a site out of maintenance. |
|
|
drush_acsf_init |
acsf_init/acsf_init.drush.inc |
Command callback: executes the required changes to this repository. |
|
1 |
drush_acsf_init_get_htaccess_path |
acsf_init/acsf_init.drush.inc |
Returns the path to the .htaccess file within the codebase. |
2 |
|
drush_acsf_init_patch_htaccess |
acsf_init/acsf_init.drush.inc |
Patches the htaccess file to allow access to our apc_rebuild.php script. |
1 |
|
drush_acsf_init_pre_acsf_init |
acsf_init/acsf_init.drush.inc |
Implements drush_hook_pre_acsf_init(). |
|
|
drush_acsf_init_pre_acsf_init_verify |
acsf_init/acsf_init.drush.inc |
Implements drush_hook_pre_acsf_init_verify(). |
|
|
drush_acsf_init_test_htaccess_is_patched |
acsf_init/acsf_init.drush.inc |
Determines whether htaccess allows access to our apc_rebuild.php script. |
2 |
|
drush_acsf_init_verify |
acsf_init/acsf_init.drush.inc |
Command callback: Verify that acsf-init was run against the current version. |
1 |
1 |
drush_acsf_install_task_get |
./acsf.drush.inc |
Command callback. Fetches the last installation task. |
|
|
drush_acsf_post_go_offline |
./acsf.drush.inc |
Runs after a go-offline command executes. Verifies maintenance mode. |
|
|
drush_acsf_post_go_online |
./acsf.drush.inc |
Runs after a go-online command executes. Verifies maintenance mode. |
|
|
drush_acsf_report_complete_async_process |
./acsf.drush.inc |
Command callback. Reports process completion back to the factory. |
|
|
drush_acsf_site_scrub |
./acsf.drush.inc |
Command callback. Scrubs the site database and/or other storage. |
|
|