You are here

Functions in Views Natural Sort 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_views_natural_sort_get_entry_types ./views_natural_sort.api.php Information that tells VNS about entities and properties to index.
hook_views_natural_sort_get_entry_types_alter ./views_natural_sort.api.php Used to alter entry types added by other modules.
hook_views_natural_sort_queue_rebuild_data ./views_natural_sort.api.php Used for a custom module to queue data that needs to be re-indexed.
hook_views_natural_sort_queue_rebuild_data_count ./views_natural_sort.api.php Used for a custom module to return a count for the data being re-indexed.
hook_views_natural_sort_transformations_alter ./views_natural_sort.api.php Used to define custom transformations or reorder transformations.
views_natrual_sort_text_get_potential_fields ./views_natural_sort_text_field.module Get a list of fields that are regular text fields that we could use vns on. 2
views_natural_sort_days_of_the_week_get_acceptable_day_abbreviations ./views_natural_sort.inc Gets all the configured abbreviations for a certain day of the week. 1
views_natural_sort_days_of_the_week_get_default_days ./views_natural_sort.inc The default days of the week. 3
views_natural_sort_days_of_the_week_get_default_day_abbreviations ./views_natural_sort.inc Default mappings of days of the week abbreviationas. 1
views_natural_sort_days_of_the_week_sort_days ./views_natural_sort.inc Simply convert days of the week over to numbers. 3 1
views_natural_sort_enable ./views_natural_sort.install Implements hook_enable().
views_natural_sort_entity_delete ./views_natural_sort.module Implements hook_entity_delete().
views_natural_sort_entity_insert ./views_natural_sort.module Implements hook_entity_insert(). 1
views_natural_sort_entity_to_vns ./views_natural_sort.module A helper function for creating a VNS record for storage. 1
views_natural_sort_entity_update ./views_natural_sort.module Implements hook_entity_update().
views_natural_sort_get_entry_types ./views_natural_sort.module Returns all the entry types used by VNS. 3
views_natural_sort_get_supported_entity_properties ./views_natural_sort.module Retrieve the full list of entities and properties that can be supported. 2
views_natural_sort_get_transformations ./views_natural_sort.module Get the full list of transformations to run when saving a natural sort entry. 1
views_natural_sort_get_views_configurable_properties ./views_natural_sort.module Returns a list of properties that we know views will allow us to alter. 2
views_natural_sort_install ./views_natural_sort.install Implements hook_install().
views_natural_sort_menu ./views_natural_sort.module Implements hook_menu().
views_natural_sort_module_implements_alter ./views_natural_sort.module Implements hook_implements_alter().
views_natural_sort_numbers ./views_natural_sort.inc Transform numbers in a string into a natural sortable string. 1
views_natural_sort_rebuild_index ./views_natural_sort.admin.inc Batch API callback for rebuild_index. 1
views_natural_sort_rebuild_index_batch_set ./views_natural_sort.admin.inc Sets up the batch job for reindexing all or specified VNS entry types. 2
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. 5 1
views_natural_sort_remove ./views_natural_sort.module Remove a views_natural_sort index entry based on keys. 1
views_natural_sort_remove_beginning_words ./views_natural_sort.inc Remove all the configured words from the beginning of the string only. 1
views_natural_sort_remove_symbols ./views_natural_sort.inc Remove all the configured symbols from the string. 1 1
views_natural_sort_remove_words ./views_natural_sort.inc Remove all the configured words from the string. 1
views_natural_sort_schema ./views_natural_sort.install Implements 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_settings_page ./views_natural_sort.admin.inc Views Natural Sort Admin Settings Page callback. 1
views_natural_sort_store ./views_natural_sort.module Save an entry to the database that represents a views_natural_sort index. 3
views_natural_sort_store_multiple ./views_natural_sort.module Store Multiple views_natural_sort entries. 1
views_natural_sort_test_form tests/modules/views_natural_sort_test/views_natural_sort_test.module Implements hook_form().
views_natural_sort_test_install tests/modules/views_natural_sort_test/views_natural_sort_test.install Implements hook_install().
views_natural_sort_test_node_info tests/modules/views_natural_sort_test/views_natural_sort_test.module Implements hook_node_info().
views_natural_sort_test_views_api tests/modules/views_natural_sort_test/views_natural_sort_test.module Implements hook_views_api().
views_natural_sort_test_views_create_test_content tests/modules/views_natural_sort_test/views_natural_sort_test.module A convieance function that will create content used for testing.
views_natural_sort_test_views_default_views tests/modules/views_natural_sort_test/views_natural_sort_test.module Implements hook_views_default_views().
views_natural_sort_text_field_enable ./views_natural_sort_text_field.install Implements hook_enable().
views_natural_sort_text_field_field_attach_insert ./views_natural_sort_text_field.module Implements hook_field_attach_insert().
views_natural_sort_text_field_field_attach_update ./views_natural_sort_text_field.module Implements hook_field_attach_update().
views_natural_sort_text_field_field_views_data_alter ./views_natural_sort_text_field.views.inc Implements hook_field_views_data_alter().
views_natural_sort_text_field_form_field_ui_field_edit_form_alter ./views_natural_sort_text_field.module Implements hook_form_FORM_ID_alter().
views_natural_sort_text_field_form_field_ui_field_edit_form_alter_submit ./views_natural_sort_text_field.module Implements hook_form_FORM_ID_alter(). 1

Pages

Other projects