function getid3_get_path in getID3() 5
Same name and namespace in other branches
- 8 getid3.module \getid3_get_path()
- 6 getid3.module \getid3_get_path()
- 7 getid3.module \getid3_get_path()
Returns the path where getID3() is installed.
3 calls to getid3_get_path()
- getid3_admin_settings in ./
getid3.module - Administration settings for getID3().
- getid3_load in ./
getid3.module - Loads the getID3 library once and returns whether it was successfully loaded.
- getid3_requirements in ./
getid3.module - Implementation of hook_requirements()
File
- ./
getid3.module, line 165
Code
function getid3_get_path() {
return variable_get('getid3_path', 'sites/all/libraries/getid3/getid3');
}