10 calls to HudtInternal::getStoragePath() in Hook Update Deploy Tools 7
- 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.
- Nodes::export in src/
Nodes.php - Exports a single Node based on its nid. (Typically called from Drush).
- 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.
- Terms::export in src/
Terms.php - Exports a single term based on its tid. (Typically called from Drush).