8 calls to HudtInternal::getStoragePath() in Hook Update Deploy Tools 8
- hook_update_deploy_tools_admin in ./
hook_update_deploy_tools.module - The callback function creates an admin form for a menu hook.
- HudtInternal::canReadFile in src/
HudtInternal.php - Checks to see if a storagefile can be read.
- HudtInternal::readFileToArray in src/
HudtInternal.php - Read the contents of a file into an array of one element per line.
- HudtInternal::readFileToString in src/
HudtInternal.php - Read the contents of a file into a string for the entire contents.
- Menus::import in src/
Menus.php - Imports menus using the menu_import module & template.
- PageManager::export in src/
PageManager.php - Exports a single PageManager page (typically called from Drush).
- Rules::export in src/
Rules.php - Exports a single Rule when called (typically called from Drush).
- Rules::import in src/
Rules.php - Imports rules using the rule_import module & template.