You are here

Functions in Views Natural Sort 7

Primary tabs

Namesort descending Location Description Direct uses Strings
views_natural_sort_enable ./views_natural_sort.install Implementation of hook_enable().
views_natural_sort_encode ./views_natural_sort.module Encodes a string into an ascii-sortable such:
views_natural_sort_install ./views_natural_sort.install Implementation of hook_install().
views_natural_sort_menu ./views_natural_sort.module Implementation of hook_menu().
views_natural_sort_node_delete ./views_natural_sort.module Implementation of hook_node_delete().
views_natural_sort_node_insert ./views_natural_sort.module Implements hook_node_insert().
views_natural_sort_node_update ./views_natural_sort.module Implementation of hook_node_update().
views_natural_sort_rebuild_index ./views_natural_sort.admin.inc Batch API callback for rebuild_index. 1
views_natural_sort_rebuild_index_finished ./views_natural_sort.admin.inc Finished callback for rebuild_index batch. 1
views_natural_sort_rebuild_index_form ./views_natural_sort.admin.inc Form callback for Views Natural Sort Rebuild Index page. 1
views_natural_sort_rebuild_index_submit ./views_natural_sort.admin.inc Submit handler that triggers the rebuild_index batch. 3 1
views_natural_sort_schema ./views_natural_sort.install Implementation of hook_schema().
views_natural_sort_settings_form ./views_natural_sort.admin.inc Form callback for the Views Natural Sort settings page 1
views_natural_sort_settings_form_submit ./views_natural_sort.admin.inc Submit handler that saves custom word handlers and other settings.
views_natural_sort_uninstall ./views_natural_sort.install Implementation of hook_uninstall().
views_natural_sort_update_7001 ./views_natural_sort.install Impliments hook_update_N().
views_natural_sort_views_api ./views_natural_sort.module Implementation of hook_views_api().
views_natural_sort_views_data ./views_natural_sort.views.inc Implementation of hook_views_data().
_views_natural_sort_number_encode_match_callback ./views_natural_sort.module Encodes a string representing numbers into a special format that can be sorted alphanumerically. 1
_views_natural_sort_remove_node ./views_natural_sort.module Helper function for removing node data from our sort index. 1
_views_natural_sort_store_node ./views_natural_sort.module Helper function for writing node data to our sort index. 3

Other projects