mpac_autocomplete |
./mpac.module |
Find nodes, shortcuts and URL aliases based on title. |
|
1 |
mpac_form_menu_edit_item_alter |
./mpac.module |
Implement hook_form_FORM_ID_alter(). |
|
|
mpac_form_path_admin_form_alter |
./mpac.module |
Implement hook_form_FORM_ID_alter(). |
|
|
mpac_form_shortcut_link_add_alter |
./mpac.module |
Implement hook_form_FORM_ID_alter(). |
|
|
mpac_form_shortcut_link_edit_alter |
./mpac.module |
Implement hook_form_FORM_ID_alter(). |
|
|
mpac_install |
./mpac.install |
Implements hook_install(). |
|
|
mpac_menu |
./mpac.module |
Implement hook_menu(). |
|
|
mpac_settings_form |
./mpac.admin.inc |
@file
Administrative functions and forms for mpac.module. |
|
1 |
mpac_uninstall |
./mpac.install |
Implements hook_uninstall(). |
|
|
_mpac_get_matches_for_aliases |
./mpac.module |
Helper function to find all url aliases containing the given title in their
destination string. |
1 |
|
_mpac_get_matches_for_nodes |
./mpac.module |
Helper function to find all nodes containing the given title. |
1 |
|
_mpac_get_matches_for_shortcuts |
./mpac.module |
Helper function to find all menu items containing the given string in their
title. |
1 |
|