Admin page callbacks for the Path module.

File

core/modules/path/path.admin.inc

Functions

Namesort ascending Description
theme_path_bulk_update_form Returns HTML for the Path bulk update page.
path_patterns_settings_form_validate Validate handler for path_patterns_settings_form().
path_patterns_settings_form Form builder; Configure the URL alias pattern settings.
path_patterns_form_submit Submit handler for path_patterns_form().
path_patterns_form Form builder; Configure the URL alias patterns.
path_bulk_update_form_validate Validate handler for URL alias bulk generate form.
path_bulk_update_form_rebuild_submit Form submit handler for URL alias bulk update form.
path_bulk_update_form_generate_submit Submit handler for URL alias bulk generate form.
path_bulk_update_form_bulk_delete_submit Submit handler for path_admin_bulk_delete().
path_bulk_update_form Form builder; Bulk URL alias update form.
path_bulk_update_batch_start Batch callback; count the current number of URL aliases for comparison later.
path_bulk_update_batch_process Common batch processing callback for all operations.
path_bulk_update_batch_finished Batch finished callback.
path_admin_overview Returns a listing of all defined URL aliases.
path_admin_form_validate Form validation handler for path_admin_form().
path_admin_form_submit Form submission handler for path_admin_form().
path_admin_form_delete_submit Form submission handler for the 'Delete' button on path_admin_form().
path_admin_form Form builder; Main URL alias pattern administration form.
path_admin_filter_form_submit_reset Form submission handler for the path_admin_filter_form() Reset button.
path_admin_filter_form_submit_filter Form submission handler for the path_admin_filter_form() Filter button.
path_admin_filter_form Form constructor for the path admin overview filter form.
path_admin_edit Page callback: Returns a form creating or editing an alias.
path_admin_delete_confirm_submit Form submission handler for path_admin_delete_confirm().
path_admin_delete_confirm Form constructor for the path deletion form.
path_admin_bulk_delete_confirm Confirm form for URL alias bulk deletion.