hook_query_parameters_to_url_rewrite_access |
./query_parameters_to_url.api.php |
Given path and contextual data, decide if path rewriting should be done. |
|
|
hook_query_parameters_to_url_rewrite_alter |
./query_parameters_to_url.api.php |
Allow rewriting the final URLs containing encoded query parameters. |
|
|
query_parameters_to_url_additional_paths_hooks_enabled |
./query_parameters_to_url.module |
Returns the variable value if additional paths rewrite hooks are enabled. |
2 |
|
query_parameters_to_url_admin_examples |
./query_parameters_to_url.admin.inc |
Example URLs page callback. |
|
1 |
query_parameters_to_url_admin_settings |
./query_parameters_to_url.admin.inc |
Admin settings page callback. |
|
1 |
query_parameters_to_url_allow_rewritten_menu_item_save |
./query_parameters_to_url.module |
Returns the variable value if rewritten menu item saving should be enabled. |
2 |
1 |
query_parameters_to_url_compute_saved_char_percentage |
./query_parameters_to_url.admin.inc |
Computes the percentage of characters saved using an encoded string. |
1 |
|
query_parameters_to_url_decode_encoded_query_parameter |
./query_parameters_to_url.module |
Decodes an encoded string into an array of query parameters. |
1 |
|
query_parameters_to_url_decode_query_parameter_values |
./query_parameters_to_url.module |
Decodes a query parameter values string into its array form. |
2 |
|
query_parameters_to_url_enable |
./query_parameters_to_url.install |
Implements hook_enable(). |
|
|
query_parameters_to_url_encoded_query_parameter_values_string_is_array |
./query_parameters_to_url.module |
Checks if an encoded query parameter values string is an array. |
1 |
|
query_parameters_to_url_encode_query_parameter_values |
./query_parameters_to_url.module |
Encodes an array of nested query parameters into a clean string. |
2 |
|
query_parameters_to_url_ignore_admin_paths |
./query_parameters_to_url.module |
Returns the variable value if admin paths should be ignored. |
2 |
1 |
query_parameters_to_url_init |
./query_parameters_to_url.module |
Implements hook_init(). |
|
|
query_parameters_to_url_is_called_from_global_redirect_init |
./query_parameters_to_url.module |
Checks whether the function is called from inside globalredirect_init(). |
1 |
|
query_parameters_to_url_is_called_from_menu_item_edit |
./query_parameters_to_url.module |
Checks if the function is called from inside menu item edit admin callback. |
1 |
|
query_parameters_to_url_menu |
./query_parameters_to_url.module |
Implements hook_menu(). |
|
|
query_parameters_to_url_nested_key |
./query_parameters_to_url.module |
Returns the variable value to be used for nested keys. |
5 |
|
query_parameters_to_url_nested_values_delimiter |
./query_parameters_to_url.module |
Returns the variable value to be used for delimiting nested values. |
5 |
|
query_parameters_to_url_output_and_cache_redirect |
./query_parameters_to_url.module |
Outputs the redirect, and caches the response. |
1 |
|
query_parameters_to_url_page_cache_object_alter |
./query_parameters_to_url.module |
Implements hook_page_cache_object_alter(). |
|
|
query_parameters_to_url_parse_uri |
./query_parameters_to_url.admin.inc |
Parses an URI string into path and query parameters. |
1 |
|
query_parameters_to_url_path_reg_exp |
./query_parameters_to_url.module |
Returns the variable value to be used for the path regular expression. |
2 |
1 |
query_parameters_to_url_path_should_be_rewritten |
./query_parameters_to_url.module |
Check whether given path should be rewritten. |
2 |
|
query_parameters_to_url_protect_redirect_loop |
./query_parameters_to_url.module |
Protects against a redirect loop. |
1 |
|
query_parameters_to_url_query_parameter_values_is_array |
./query_parameters_to_url.module |
Checks if query parameter value is an array. |
|
|
query_parameters_to_url_redirect_protection_enabled |
./query_parameters_to_url.module |
Returns the variable value if redirect loop protection is enabled. |
2 |
1 |
query_parameters_to_url_redirect_status_code |
./query_parameters_to_url.module |
Returns the variable value of the HTTP status code for redirects. |
2 |
1 |
query_parameters_to_url_redirect_threshold |
./query_parameters_to_url.module |
Returns the variable value of the redirect threshold. |
1 |
1 |
query_parameters_to_url_replace_url_encoded_delimiters |
./query_parameters_to_url.module |
Replace possibly percent-encoded characters with the actual chars. |
1 |
|
query_parameters_to_url_requirements |
./query_parameters_to_url.install |
Implements hook_requirements(). |
|
|
query_parameters_to_url_rewrite_hooks_enabled |
./query_parameters_to_url.module |
Returns the variable value if url rewrite hooks are enabled. |
3 |
1 |
query_parameters_to_url_status_code_options |
./query_parameters_to_url.module |
Returns an HTTP status code for redirects. |
2 |
|
query_parameters_to_url_uninstall |
./query_parameters_to_url.install |
Implements hook_uninstall(). |
|
|
query_parameters_to_url_url_inbound_alter |
./query_parameters_to_url.module |
Implements hook_url_inbound_alter(). |
1 |
2 |
query_parameters_to_url_url_outbound_alter |
./query_parameters_to_url.module |
Implements hook_url_outbound_alter(). |
2 |
|
query_parameters_to_url_url_query_delimiter |
./query_parameters_to_url.module |
Returns the variable value to be used for delimiting multiple simple values. |
3 |
|