You are here

Functions in Serial Field 6

Primary tabs

Namesort descending Location Description Direct uses Strings
serial_content_fieldapi ./serial.module Implementation of hook_fieldapi().
serial_content_is_empty ./serial.module Implementation of hook_content_is_empty().
serial_disable ./serial.install Implementation of hook_disable().
serial_enable ./serial.install Implementation of hook_enable().
serial_field ./serial.module Implementation of hook_field().
serial_field_formatter_info ./serial.module Implementation of hook_field_formatter_info().
serial_field_info ./serial.module Implementation of hook_field_info().
serial_field_settings ./serial.module Implementation of hook_field_settings().
serial_form_alter ./serial.module Implementation of hook_form_alter().
serial_install ./serial.install Implementation of hook_install().
serial_node_type ./serial.module Implementation of hook_node_type()
serial_schema ./serial.install Implementation of hook_schema().
serial_theme ./serial.module Implementation of hook_theme().
serial_token_list ./serial.module Implementation of hook_token_list().
serial_token_values ./serial.module Implementation of hook_token_values().
serial_uninstall ./serial.install Implementation of hook_uninstall().
serial_widget ./serial.module Implementation of hook_widget().
serial_widget_info ./serial.module Implementation of hook_widget_info().
theme_serial_formatter_default ./serial.module Theme function for 'default' serial field formatter.
_serial_create_table ./serial.inc Creates an assistant serial table for a new created field. 1
_serial_drop_table ./serial.inc Drops an assistant serial table for a deleted field. 1
_serial_generate_value ./serial.inc Generates a unique serial value (unique per node type). 2
_serial_get_field_table_name ./serial.inc Gets the name of the assistant table for a specific field. 5
_serial_get_table_name ./serial.inc Gets the name of the assistant table for a specific field. 2
_serial_get_table_schema ./serial.inc Gets the schema of the assistant tables for generating serial values. 2
_serial_init_old_nodes ./serial.inc Initializes the value of a new serial field in existing nodes. 1
_serial_rename_tables ./serial.inc Renames serial table(s) when a content type us renamed. 1

Other projects