You are here

Functions in Data 6

Primary tabs

Namesort descending Location Description Direct uses Strings
data_alter_table ./data.module Helper function for adjusting a table's real schema. @todo: this should live in schema module and should use better defined $reason keys. 1
data_build_field_definition ./data.module Build a full schema api field definition. 2
data_build_schema ./data.module Helper function to generate a schema.
data_create_table ./data.module Create a table. 3
data_delete_action data_vbo/data_vbo.module
data_drop_table Deprecated ./data.module @todo: remove. 2
data_export ./data.module Export a data table. This does not export the content of a table - only its schema and any meta information (title, name, meta...). 2
data_get_all_tables ./data.module Load all data tables. 12
data_get_field_definition ./data.module Get a definition key into a schema API type definition. 1
data_get_field_definitions ./data.module Get a list of supported field definitions. 2
data_get_field_sizes ./data.module Get schema API field sizes. 2
data_get_field_types ./data.module Get schema API field types supported by Data module. 3
data_get_handler ./data.module Get Data handler for a table. 4
data_get_index_definition ./data.module Get a Schema API index definition for a given field type. @todo: support multiple name/type combinations. 3
data_get_pk_definition ./data.module Get a Schema API PK definition for a given field type. 1
data_get_table ./data.module Get a table if it exists. 16
data_get_views_handler ./data.views.inc Get the handler (class name) for a specified data table field. 2
data_get_views_handler_options ./data.views.inc Return all available field handlers. 1
data_include ./data.module Include class file. 4
data_install ./data.install Implementation of hook_install().
data_name ./data.module Create a table name in the data namespace. @todo: make overridable. 2
data_natural_name ./data.module Helper function to create a natural name. underscored_name -> Underscored name 2
data_node_active_form data_node/data_node.module Form callback for setting the active node. 1
data_node_active_form_create_submit data_node/data_node.module Create submit handler for form. 1
data_node_active_form_submit data_node/data_node.module Submit handler for form. 1
data_node_active_page data_node/data_node.module Page callback for setting the active node. 1
data_node_add data_node/data_node.module Add a relationship between a data table and a node. 1
data_node_add_page data_node/data_node.module Page callback for adding. 1
data_node_add_path data_node/data_node.module Generate the path for an add link for an item/node pair. 1
data_node_block data_node/data_node.module Implementation of hook_block().
data_node_get_active data_node/data_node.module Get a the current active node. This is used for the collection workflow. 2
data_node_get_nids data_node/data_node.module Get the nids for a given record. 3
data_node_get_nodes data_node/data_node.module Get all available nodes for a specific table. 1
data_node_install data_node/data_node.install Implementation of hook_install().
data_node_menu data_node/data_node.module Implementation of hook_menu().
data_node_perm data_node/data_node.module Implementation of hook_perm().
data_node_remove data_node/data_node.module Remove a relationship between a data table and a node. 2
data_node_remove_page data_node/data_node.module Page callback for removing. 1
data_node_remove_path data_node/data_node.module Generate the path for a remove link for an item/node pair. 2
data_node_render_add_link data_node/data_node.module Render an add link for a given item.. 4
data_node_render_labels data_node/data_node.module Render node-data labels for a given item. 3
data_node_render_placeholder_link data_node/data_node.module Render a placeholder when there are no active nodes that can be replaced via AJAX. 1
data_node_render_remove_link data_node/data_node.module Render a remove link for a given item. 4
data_node_schema data_node/data_node.install Implementation of hook_schema().
data_node_settings_form data_node/data_node.admin.inc Form callback for relating a data table to a node. 1
data_node_settings_form_submit data_node/data_node.admin.inc Submit handler for data_node_settings_form().
data_node_set_active data_node/data_node.module Set a specific node as the active node. This is used for the collection workflow. 3
data_node_theme data_node/data_node.module Implementation of hook_theme().
data_node_uninstall data_node/data_node.install Implementation of hook_uninstall().
data_node_update_6001 data_node/data_node.install Add an index to id and name.

Pages

Other projects