view_alias_create_alias |
./view_alias.module |
Given a term, generate its view aliases. |
3 |
|
view_alias_delete_alias |
./view_alias.module |
Delete an alias set by View Alias. |
1 |
|
view_alias_form_alter |
./view_alias.module |
Implementation of hook_form_alter
remove the default form settings and add our own since view alias are different from the regular
alaises |
|
|
view_alias_pathauto |
./view_alias.module |
Implementation of hook_pathauto() |
|
|
view_alias_pathauto_bulkupdate |
./view_alias.module |
Do the bulk updating for view aliases |
|
|
view_alias_path_alias_types |
./view_alias.module |
Implementation of hook_path_alais_types from pathauto
allows me to hook into the bulk delete |
|
|
view_alias_taxonomy |
./view_alias.module |
Implementation of hook_taxonomy(). |
|
|
_find_view_arguments |
./view_alias.module |
helper to dig out the view arguments. |
1 |
|
_gather_terms_for_alias |
./view_alias.module |
|
1 |
|
_get_aliasable_displays |
./view_alias.module |
find the views that can be aliased.
that means have a path url and use a term id as an argument
build and array of objects, keyed with the view name,
having the view path, and the vocab id for the terms used
array(
0 =>
object… |
4 |
|