Go to the source code of this file.
Functions | |
path_admin_overview ($keys=NULL) | |
path_admin_edit ($pid=0) | |
path_admin_form (&$form_state, $edit=array('src'=> '', 'dst'=> '', 'language'=> '', 'pid'=> NULL)) | |
path_admin_form_validate ($form, &$form_state) | |
path_admin_form_submit ($form, &$form_state) | |
path_admin_delete_confirm ($form_state, $pid) | |
path_admin_delete_confirm_submit ($form, &$form_state) | |
path_admin_filter_form (&$form_state, $keys= '') | |
path_admin_filter_form_submit_filter ($form, &$form_state) | |
path_admin_filter_form_submit_reset ($form, &$form_state) | |
path_admin_filter_get_keys () |
Definition in file path.admin.inc.
path_admin_delete_confirm | ( | $ | form_state, | |
$ | pid | |||
) |
Menu callback; confirms deleting an URL alias
Definition at line 162 of file path.admin.inc.
path_admin_delete_confirm_submit | ( | $ | form, | |
&$ | form_state | |||
) |
Execute URL alias deletion
Definition at line 176 of file path.admin.inc.
path_admin_edit | ( | $ | pid = 0 |
) |
Menu callback; handles pages for creating and editing URL aliases.
Definition at line 67 of file path.admin.inc.
References $output, check_plain(), drupal_get_form(), and drupal_set_title().
path_admin_filter_form_submit_filter | ( | $ | form, | |
&$ | form_state | |||
) |
Process filter form submission when the Filter button is pressed.
Definition at line 222 of file path.admin.inc.
path_admin_filter_form_submit_reset | ( | $ | form, | |
&$ | form_state | |||
) |
Process filter form submission when the Reset button is pressed.
Definition at line 229 of file path.admin.inc.
path_admin_filter_get_keys | ( | ) |
Helper function for grabbing filter keys.
Definition at line 237 of file path.admin.inc.
path_admin_form_submit | ( | $ | form, | |
&$ | form_state | |||
) |
Save a new URL alias to the database.
Definition at line 150 of file path.admin.inc.
References drupal_set_message(), and t().
path_admin_form_validate | ( | $ | form, | |
&$ | form_state | |||
) |
Verify that a new URL alias is valid
Definition at line 131 of file path.admin.inc.
References db_query(), db_result(), form_set_error(), menu_get_item(), and t().
path_admin_overview | ( | $ | keys = NULL |
) |
Return a listing of all defined URL aliases. When filter key passed, perform a standard search on the given key, and return the list of matching URL aliases.
Definition at line 14 of file path.admin.inc.
References $header, $output, $result, $row, check_plain(), db_fetch_object(), db_query(), db_result(), drupal_get_destination(), drupal_get_form(), l(), language, module_exists(), module_invoke(), pager_query(), t(), tablesort_sql(), and theme().