Method |
Description |
|
buildInProfileMode ( string $profileName ) |
Build in 'profile' mode: the application contains a site profile. |
|
buildInProjectMode ( string $projectMake ) |
Build in 'project' mode, i.e. just using a Drush make file. |
|
checkIgnored ( string $filename, string $suggestion = null ) |
Check that an application file is ignored in .gitignore. |
|
findDrushMakeFile ( boolean $required = false, boolean $core = false ) : string | false |
Find the preferred Drush Make file in the app root. |
|
getDrushFlags ( ) : array |
Set up options to pass to the drush commands. |
|
getDrushHelper ( ) : DrushHelper |
|
|
processSettingsPhp ( ) |
Handle a custom settings.php file for project and profile mode. |
|