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. |
|
|
data_build_field_definition |
./data.module |
Build a full schema api field definition. |
|
|
data_build_schema |
./data.module |
Helper function to generate a schema. |
|
|
data_create_table |
./data.module |
Create a table. |
2 |
|
data_data_views_handlers_alter |
./data.api.php |
Declare additional Views handlers to the views data configuration options. |
|
|
data_data_views_handlers_alter |
./data.views.inc |
Implements hook_data_views_handlers_alter(). |
|
|
data_date_views_fields |
./data.module |
Implements hook_date_views_fields(). |
|
|
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...). |
1 |
|
data_get_all_tables |
./data.module |
Load all data tables. |
6 |
|
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. |
1 |
|
data_get_field_types |
./data.module |
Get schema API field types supported by Data module. |
1 |
|
data_get_index_definition |
./data.module |
Get a Schema API index definition for a given field type.
@todo: support multiple name/type combinations. |
2 |
|
data_get_pk_definition |
./data.module |
Get a Schema API PK definition for a given field type. |
|
|
data_get_table |
./data.module |
Get a table if it exists. |
1 |
|
data_get_views_handler |
./data.views.inc |
Get the handler (class name) for a specified data table field. |
|
|
data_get_views_handler_options |
./data.views.inc |
Return all available field handlers. |
|
|
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 |
1 |
|
data_safe_name |
./data.module |
Create a safe name for MySQL field or table names. |
|
|
data_schema |
./data.install |
Implements hook_schema(). |
|
|
data_schema_alter |
./data.install |
Implements hook_schema_alter(). |
|
|
data_search_admin_form |
data_search/data_search.admin.inc |
Views handler configuration form. |
|
1 |
data_search_admin_form_submit |
data_search/data_search.admin.inc |
Submit handler for search form. |
|
|
data_search_cron |
data_search/data_search.module |
Implements hook_cron(). |
|
|
data_search_get_fields |
data_search/data_search.module |
Gather all fields for a particular table which should be added to the search index. |
3 |
|
data_search_get_tables |
data_search/data_search.module |
Gather all tables which might be eligible for searching. |
4 |
|
data_search_install |
data_search/data_search.install |
Implements hook_install(). |
|
|
data_search_menu |
data_search/data_search.module |
Implements hook_menu(). |
|
|
data_search_search |
data_search/data_search.module |
Implements hook_search(). |
|
|
data_search_theme |
data_search/data_search.module |
Implements hook_theme(). |
|
|
data_search_update_index |
data_search/data_search.module |
Implements hook_update_index(). |
|
|
data_search_views_data_alter |
data_search/data_search.module |
Implements hook_views_data_alter(). |
|
|
data_search_wipe |
data_search/data_search.module |
Wipe all orphaned entries for given Data table. Use instead of search_wipe()
if all items that have been deleted from table $table should be wiped. In
this case, data_search_wipe() is faster than search_wipe(). |
1 |
|
data_views_data |
./data.views.inc |
Implements hook_views_data(). |
|
|
hook_ctools_plugin_api |
./data.api.php |
Example for a CTools Plugin API implementation for hook_data_default(). |
|
|
hook_data_default |
./data.api.php |
Expose default tables. |
|
|
hook_data_field_definitions_alter |
./data.api.php |
Declare additional field types for use with data module. |
|
|
hook_data_insert |
./data.api.php |
Invoked after a data record has been inserted. |
|
|
hook_data_table_delete_rows |
./data.api.php |
Invoked before data record(s) have been deleted. |
|
|
hook_data_update |
./data.api.php |
Invoked after a data record has been updated. |
|
|
theme_data_search_admin_form |
data_search/data_search.admin.inc |
Theme data_search_admin_form. |
|
|
_data_load_table |
./data.module |
Loads data table info from the database and from CTools exportables. |
4 |
|
_data_override |
./data.module |
Starts overriding a data table by copying it from the default definition into the DB.
This function does not have any effect if called on a table that does already exist in
data_tables. |
|
|