alinks_add_form |
./alinks.module |
Generate the form used to add alinks to drupal |
|
2 |
alinks_add_form_submit |
./alinks.module |
Submit the form used to add alinks and insert the data in the db |
|
|
alinks_admin_settings |
./alinks.module |
|
|
1 |
alinks_edit_form |
./alinks.module |
Generate the form used to edit alinks |
|
2 |
alinks_edit_form_submit |
./alinks.module |
Process the edit alinks form |
|
|
alinks_get_strings |
./alinks.module |
Get the strings we have to replace from the database |
1 |
|
alinks_install |
./alinks.install |
Implementation of hook_install(). |
|
|
alinks_make_links |
./alinks.module |
Transform the first instance of any word defined to links |
1 |
|
alinks_menu |
./alinks.module |
Implementation of hook_menu(). |
|
|
alinks_nodeapi |
./alinks.module |
Implementation of hook_nodeapi(). |
|
|
alinks_page |
./alinks.module |
Generate the page that will render the forms for adding and editing Alinks |
|
|
alinks_perm |
./alinks.module |
Implementation of hook_perm(). |
|
|
alinks_schema |
./alinks.install |
Implementation of hook_schema(). |
|
|
alinks_theme |
./alinks.module |
Theme function for the list of alinks |
|
|
alinks_uninstall |
./alinks.install |
|
|
|
alinks_update_1 |
./alinks.install |
|
|
|
alinks_update_2 |
./alinks.install |
|
|
|
alinks_update_3 |
./alinks.install |
|
|
|
theme_alinks_list |
./alinks.module |
Theme function for the list of alinks |
|
|