Full ELMS Learning Network documentation
Search for fields
- Search CLE 7 for fields
- Search ECD 7 for fields
- Search Media 7 for fields
- Search Harmony 7 for fields
- Search ICOR 7 for fields
- Search Meedjum Blog 7 for fields
- Search MOOC 7 for fields
Name | Type | Location | Description |
---|---|---|---|
fields.css | file |
sites/ |
/* Fields */ .field .field-label { font-size: 1em; font-weight: 700; line-height: inherit; margin: 0; } .field-lable-inline .field-label { display: inline; } .field-type-taxonomy-term-reference .field-label { font-size:… |
fields.inc | file |
sites/ |
Extend core fields with some helper functions to reduce code complexity within views and ctools plugins. |
ds_get_fields | function |
sites/ |
Get all fields. |
ds.fields.inc | file |
sites/ |
Administrative functions for managing custom fields for every entity. |
theme_fieldset | function |
includes/ |
Returns HTML for a fieldset form element and its children. |
og_fields_info | function |
sites/ |
Get all the modules fields that can be assigned to fieldable entities. |
_ds_sort_fields | function |
sites/ |
Utility function to sort a multidimensional array by a value in a sub-array. |
corolla_fieldset | function |
sites/ |
Returns HTML for a fieldset form element and its children. |
media.fields.inc | file |
sites/ |
Provide the media file selector widget and media field formatters to the Fields API. |
fieldset.tpl.php | file |
sites/ |
|
ds_ds_fields_info | function |
sites/ |
Implements hook_ds_fields_info(). |
style-fields.html | file |
sites/ |
|
date_views_fields | function |
sites/ |
Identify all potential date/timestamp fields and cache the data. |
og_og_fields_info | function |
sites/ |
Implements hook_og_fields_info(). |
NoFieldsException | class |
includes/ |
Exception thrown if an insert query doesn't specify insert or default fields. |
og_add_fields.inc | file |
sites/ |
Add OG related fields to group and group-content node-types. |
field_info_fields | function |
modules/ |
Returns all field definitions. |
field_read_fields | function |
modules/ |
Reads in fields that match an array of conditions. |
MergeQuery::fields | function |
includes/ |
Sets common field-value pairs in the INSERT and UPDATE query parts. |
_date_views_fields | function |
sites/ |
Identify all potential date/timestamp fields. |
profile_fields.inc | file |
sites/ |
|
views_fetch_fields | function |
sites/ |
Fetch a list of all fields available for a given base type. |
OgMigrateAddFields | class |
sites/ |
|
_profile_get_fields | function |
modules/ |
|
SelectQuery::fields | function |
includes/ |
Add multiple fields from the same table to be SELECTed. |
UpdateQuery::fields | function |
includes/ |
Adds a set of field->value pairs to be updated. |
_ds_field_ui_fields | function |
sites/ |
Add the fields to the Field UI form. |
hook_og_fields_info | function |
sites/ |
Provide information about fields that are related to Organic groups. |
InsertQuery::fields | function |
includes/ |
Adds a set of field->value pairs to be inserted. |
hook_ds_fields_info | function |
sites/ |
Define fields. These fields are not overridable through the interface. If you want those, look at hook_ds_custom_fields_info(). |
UpdateQuery::$fields | property |
includes/ |
An array of fields that will be updated. |
DISPLAY_CACHE_FIELDS | constant |
sites/ |
|
field_ui_fields_list | function |
modules/ |
Menu callback; lists all defined fields for quick reference. |
SelectQuery::$fields | property |
includes/ |
The fields to SELECT. |
FieldInfo::getFields | function |
modules/ |
Returns all active fields, including deleted ones. |
_token_profile_fields | function |
sites/ |
Fetch an array of profile field objects, keyed by token name. |
ds_custom_fields_list | function |
sites/ |
Shows the list of custom fields. |
ds.ds_fields_info.inc | file |
sites/ |
Display Suite fields. |
ds_remove_fields_form | function |
sites/ |
Confirmation delete or revert form. |
form_process_fieldset | function |
includes/ |
Arranges fieldsets into groups. |
ds-row-fields.tpl.php | file |
sites/ |
Dummy template file for Display Suite views fields. |
devel_generate_fields | function |
sites/ |
Enrich the $object that is about to be saved with arbitrary information in each of its fields. |
date_views_fields.inc | file |
sites/ |
Helper for identifying Date API fields for views. |
SelectQuery::getFields | function |
includes/ |
Returns a reference to the fields array for this query. |
eva_field_extra_fields | function |
sites/ |
Implements hook_content_extra_fields(). |
data_search_get_fields | function |
sites/ |
Gather all fields for a particular table which should be added to the search index. |
ds_test_ds_fields_info | function |
sites/ |
Implements hook_ds_fields_info(). |
replicate_clone_fields | function |
sites/ |
Replicate the fields of an entity. |
field_associate_fields | function |
modules/ |
Allows a module to update the database for fields and columns it controls. |
FieldsOverlapException | class |
includes/ |
Exception thrown if an insert query specifies a field twice. |