You are here

Functions in TableField 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
tablefield_admin_settings_form ./tablefield.module Menu callback to prepare administration configuration form. 1
tablefield_after_build ./tablefield.module Form #after_build callback for tablefield_field_widget_form(). 1
tablefield_convert_encoding ./tablefield.module Helper function to detect and convert strings not in UTF-8 to UTF-8. 1
tablefield_delete_table_values ./tablefield.module Helper function to remove all values in a particular table. 2
tablefield_export_csv ./tablefield.module Menu callback to export a table as a CSV. 1
tablefield_field_formatter_info ./tablefield.module Implements hook_field_formatter_info().
tablefield_field_formatter_settings_form ./tablefield.module Implements hook_field_formatter_settings_form().
tablefield_field_formatter_settings_summary ./tablefield.module Implements hook_field_formatter_settings_summary().
tablefield_field_formatter_view ./tablefield.module Implements hook_field_formatter_view().
tablefield_field_info ./tablefield.module Implements hook_field_info().
tablefield_field_is_empty ./tablefield.module Implements hook_field_is_empty(). 1
tablefield_field_load ./tablefield.module Implements hook_field_load().
tablefield_field_prepare_view ./tablefield.module Implements hook_field_prepare_view().
tablefield_field_presave ./tablefield.module Implements hook_field_presave(). 1
tablefield_field_schema ./tablefield.install Implements hook_field_schema().
tablefield_field_settings_form ./tablefield.module Implements hook_field_settings_form().
tablefield_field_validate ./tablefield.module Implements hook_field_validate().
tablefield_field_widget_error ./tablefield.module Implements hook_field_widget_error().
tablefield_field_widget_form ./tablefield.module Implements hook_widget_form().
tablefield_field_widget_info ./tablefield.module Implements hook_field_widget_info().
tablefield_get_table_value ./tablefield.module Get the property just as it is set in the data. Search API indexing addition. 1
tablefield_help ./tablefield.module Implements hook_help().
tablefield_hide_cols ./tablefield.module Hide all empty columns. 1
tablefield_hide_rows ./tablefield.module Hide all empty rows. 2
tablefield_import_csv ./tablefield.module Helper function to import data from a CSV file. 1
tablefield_import_pasted ./tablefield.module Helper function to import pasted data. 1
tablefield_item_property_info ./tablefield.module Define metadata about item properties. Search API indexing addition. 1
tablefield_menu ./tablefield.module Implements hook_menu().
tablefield_multiple_field_remove_button_field_widgets_alter ./tablefield.module Implements hook_multiple_field_remove_button_field_widgets_alter().
tablefield_permission ./tablefield.module Implements hook_permission().
tablefield_property_info_callback ./tablefield.module Defines info for the properties of the tablefield field data structure. 1
tablefield_rebuild_form ./tablefield.module Helper function to rebuild the table structure without submitting the form. 1
tablefield_rebuild_form_ajax ./tablefield.module AJAX callback to rebuild the number of rows/columns. 1
tablefield_repair_schema ./tablefield.install Helper function for updating/repairing the database schema. 2
tablefield_rtrim_cols ./tablefield.module Trim trailing empty columns. 1
tablefield_theme ./tablefield.module Implements hook_theme().
tablefield_transpose ./tablefield.module Helper function to transpose table data arrays. 3
tablefield_trim ./tablefield.module Trim trailing empty rows/columns. 2
tablefield_uninstall ./tablefield.install Implements hook_uninstall().
tablefield_update_7000 ./tablefield.install Update schema to handle machine names of input filter formats.
tablefield_update_7001 ./tablefield.install Fix columns created by versions prior to beta1.
tablefield_update_7002 ./tablefield.install Change default field_formatter name from 'default' to 'tablefield_default'.
tablefield_update_7003 ./tablefield.install Re-save the default existing table fields and all entities containing them.
tablefield_update_7004 ./tablefield.install Convert field settings to display settings.
tablefield_update_dependencies ./tablefield.install Implements hook_update_dependencies().
theme_tablefield_view ./tablefield.module Theme function for table view.
_tablefield_entity_access ./tablefield.module Helper function: A sort-of copy of entity_access() from entity API. 1

Other projects