view_alias_admin_settings |
./view_alias.module |
Admin settings for module |
|
1 |
view_alias_admin_settings_submit |
./view_alias.module |
|
|
|
view_alias_menu |
./view_alias.module |
Implementation of hook_menu(). |
|
|
view_alias_taxonomy |
./view_alias.module |
Implementation of hook_taxonomy
recur_views is keyed with the vocabulary id of the terms to alias with, the value is the view infomation. |
|
|
view_alias_token_list |
./view_alias.module |
Implementation of hook_token_list() |
|
|
view_alias_token_values |
./view_alias.module |
Implementation of hook_token_values() |
|
|
_do_view_alias_operations |
./view_alias.module |
create/delete the url aliases for the view and taxonomy term id |
1 |
|
_get_views_using_termid |
./view_alias.module |
get the views that use taxonomy id's as arguments
return array of small view objects with view id, view name,
and view url |
2 |
|