Full ELMS Learning Network documentation
Search for data
- Search CLE 7 for data
- Search ECD 7 for data
- Search Media 7 for data
- Search Harmony 7 for data
- Search ICOR 7 for data
- Search Meedjum Blog 7 for data
- Search MOOC 7 for data
Name | Type | Location | Description |
---|---|---|---|
Database | class |
includes/ |
Primary front-controller for the database system. |
data_name | function |
sites/ |
Create a table name in the data namespace. @todo: make overridable. |
DataTable | class |
sites/ |
Manages data access and manipulation for a single data table. Use data_create_table() or data_get_table() to instantiate an object from this class. |
data.info | file |
sites/ |
name = Data description = Provides two dimensional storage space for arbitrary data sets. package = Data dependencies[] = ctools core = 7.x files[] = data.module files[] = includes/DataHandler.inc files[] = includes/DataTable.inc files[] =… |
DatabaseLog | class |
includes/ |
Database query logger. |
data_schema | function |
sites/ |
Implements hook_schema(). |
data_export | function |
sites/ |
Export a data table. This does not export the content of a table - only its schema and any meta information (title, name, meta...). |
ui.data.inc | file |
sites/ |
|
search_data | function |
modules/ |
Performs a search by calling hook_search_execute(). |
DataHandler | class |
sites/ |
Simple access methods to table data. Can be used on any table, not just Data managed tables. |
data.module | file |
sites/ |
Hooks and API functions for data module. |
data_install | function |
sites/ |
Implements hook_install(). |
database.inc | file |
includes/ |
Core systems for the database layer. |
data_ui.info | file |
sites/ |
name = Data Admin UI description = Admin UI for Data Module package = Data dependencies[] = data dependencies[] = schema core = 7.x ; Information added by drupal.org packaging script on 2012-09-28 version = "7.x-1.0-alpha3+2-dev" core =… |
data.install | file |
sites/ |
Install hooks for Data module. |
data.api.php | file |
sites/ |
Documentation of hooks. |
DataTestCase | class |
sites/ |
Base class for Data module test cases. |
data_ui_view | function |
sites/ |
List all tables for viewing content. |
database.inc | file |
includes/ |
Database interface code for MySQL database servers. |
data_ui_help | function |
sites/ |
Implements hook_help(). |
data_ui_menu | function |
sites/ |
Implements hook_menu(). |
database.inc | file |
includes/ |
Database interface code for SQLite embedded database engine. |
database.inc | file |
includes/ |
Database interface code for PostgreSQL database servers. |
DatabaseTasks | class |
includes/ |
Database installer structure. |
DataException | class |
sites/ |
Base class for any exceptions thrown in Data. |
DataTable.inc | file |
sites/ |
Contains class definition for DataTable. |
data.test.inc | file |
sites/ |
Contains class definition for Data module test cases. |
data_node.css | file |
sites/ |
/** * Labels */ span.data-node-label { -moz-border-radius:5px; -webkit-border-radius:5px; background:#eee; font-size:10px; line-height:10px; float:left; margin-right:5px; } span.data-node-label a { float:left; padding:5px; … |
data.eval.inc | file |
sites/ |
|
data_node_add | function |
sites/ |
Add a relationship between a data table and a node. |
data_ui_title | function |
sites/ |
Title callback. |
data_ui_theme | function |
sites/ |
Implements hook_theme(). |
cis_data.info | file |
profiles/ |
name = CIS data description = Data module integration for importing historical records for visualization core = 7.x package = CIS php = 5.2.4 dependencies[] = data_ui dependencies[] = google_chart_tools_views dependencies[] = views dependencies[] =… |
data_uninstall | function |
sites/ |
Implements hook_uninstall(). |
data_views_api | function |
sites/ |
Implements hook_views_api(). |
menu_tree_data | function |
includes/ |
Sorts and returns the built data representing a menu tree. |
data_get_table | function |
sites/ |
Get a table if it exists. |
DatabaseSchema | class |
includes/ |
|
posteddata.php | file |
sites/ |
|
data_safe_name | function |
sites/ |
Create a safe name for MySQL field or table names. |
_data_override | function |
sites/ |
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. |
data.rules.inc | file |
sites/ |
|
data_node.info | file |
sites/ |
name = Data Node description = Relate data tables to nodes. package = Data dependencies[] = data dependencies[] = data_ui core = 6.x ; Information added by drupal.org packaging script on 2012-09-28 version = "7.x-1.0-alpha3+2-dev" core =… |
data_ui.module | file |
sites/ |
Hooks and API functions for Data UI module. |
DataTable::get | function |
sites/ |
Get a property of the DataTable object. |
data.views.inc | file |
sites/ |
Views hooks and utility functions. |
OAuthDataStore | class |
sites/ |
|
file_save_data | function |
includes/ |
Saves a file to the specified destination and creates a database entry. |
field_has_data | function |
modules/ |
Determine whether a field has any data. |
data_node_menu | function |
sites/ |
Implements hook_menu(). |