constant ACSF_INIT_CODE_DELIMITER_END in Acquia Cloud Site Factory Connector 8
Closing delimiter string to enclose code added by acsf-init.
3 uses of ACSF_INIT_CODE_DELIMITER_END
- acsf_init_default_settings_php_include_get in acsf_init/
acsf_init.drush.inc - Returns the code to be added to the default settings.php file.
- acsf_init_default_settings_php_update in acsf_init/
acsf_init.drush.inc - Updates the default settings.php with the ACSF specific script include.
- drush_acsf_uninstall in acsf_init/
acsf_init.drush.inc - Command callback: Uninstalls ACSF files from the code base.
File
- acsf_init/
acsf_init.drush.inc, line 36 - Provides drush commands to set up a site for Acquia Site Factory.
Code
define('ACSF_INIT_CODE_DELIMITER_END', '// ===== Added by acsf-init, please do not delete. Section end. =====');