getid3_admin_settings |
./getid3.module |
Administration settings for getID3(). |
|
1 |
getid3_analyze |
./getid3.module |
Analyze file and return its media information. |
|
|
getid3_enable |
./getid3.install |
Implementation of hook_enable() |
|
|
getid3_get_path |
./getid3.module |
Returns the path where getID3() is installed. |
3 |
|
getid3_get_version |
./getid3.module |
Returns the version number of getID3() that's installed. |
2 |
|
getid3_install |
./getid3.install |
Implementation of hook_install(). |
|
|
getid3_instance |
./getid3.module |
Create and initialize an instance of getID3 class. |
1 |
|
getid3_load |
./getid3.module |
Loads the getID3 library once and returns whether it was successfully loaded. |
4 |
|
getid3_menu |
./getid3.module |
Implementation of hook_menu() |
|
|
getid3_requirements |
./getid3.module |
Implementation of hook_requirements() |
|
|
getid3_uninstall |
./getid3.install |
Implementation of hook_uninstall() |
|
|
_getid3_admin_settings_check_path |
./getid3.module |
Checks the that the directory in $form_element exists and contains a file
named 'getid3.php'. If validation fails, the form element is flagged with an
error from within the file_check_directory function. See:
system_check_directory() |
|
1 |