theme_fieldset |
function |
drupal/includes/form.inc |
Returns HTML for a fieldset form element and its children. |
CommentFieldsTest |
class |
drupal/modules/comment/comment.test |
Test fields on comments. |
NoFieldsException |
class |
drupal/includes/database/database.inc |
Exception thrown if an insert query doesn't specify insert or default fields. |
ProfileTestFields |
class |
drupal/modules/profile/profile.test |
|
field_info_fields |
function |
drupal/modules/field/field.info.inc |
Returns all field definitions. |
field_read_fields |
function |
drupal/modules/field/field.crud.inc |
Reads in fields that match an array of conditions. |
MergeQuery::fields |
function |
drupal/includes/database/query.inc |
Sets common field-value pairs in the INSERT and UPDATE query parts. |
SelectQuery::fields |
function |
drupal/includes/database/select.inc |
Add multiple fields from the same table to be SELECTed. |
_profile_get_fields |
function |
drupal/modules/profile/profile.module |
|
InsertQuery::fields |
function |
drupal/includes/database/query.inc |
Adds a set of field->value pairs to be inserted. |
UpdateQuery::fields |
function |
drupal/includes/database/query.inc |
Adds a set of field->value pairs to be updated. |
SelectQuery::$fields |
property |
drupal/includes/database/select.inc |
The fields to SELECT. |
FieldInfo::getFields |
function |
drupal/modules/field/field.info.class.inc |
Returns all active fields, including deleted ones. |
field_ui_fields_list |
function |
drupal/modules/field_ui/field_ui.admin.inc |
Menu callback; lists all defined fields for quick reference. |
UpdateQuery::$fields |
property |
drupal/includes/database/query.inc |
An array of fields that will be updated. |
form_process_fieldset |
function |
drupal/includes/form.inc |
Arranges fieldsets into groups. |
SelectQuery::getFields |
function |
drupal/includes/database/select.inc |
Returns a reference to the fields array for this query. |
FieldsOverlapException |
class |
drupal/includes/database/database.inc |
Exception thrown if an insert query specifies a field twice. |
FieldInfo::$fieldsById |
property |
drupal/modules/field/field.info.class.inc |
List of $field structures keyed by ID. Includes deleted fields. |
field_associate_fields |
function |
drupal/modules/field/field.module |
Allows a module to update the database for fields and columns it controls. |
user_field_extra_fields |
function |
drupal/modules/user/user.module |
Implements hook_field_extra_fields(). |
FieldSqlStorageTestCase |
class |
drupal/modules/field/modules/field_sql_storage/field_sql_storage.test |
Tests field storage. |
field_info_extra_fields |
function |
drupal/modules/field/field.info.inc |
Returns a list and settings of pseudo-field elements in a given bundle. |
poll_field_extra_fields |
function |
drupal/modules/poll/poll.module |
Implements hook_field_extra_fields(). |
node_field_extra_fields |
function |
drupal/modules/node/node.module |
Implements hook_field_extra_fields(). |
hook_field_extra_fields |
function |
drupal/modules/field/field.api.php |
Exposes "pseudo-field" components on fieldable entities. |
MergeQuery::updateFields |
function |
drupal/includes/database/query.inc |
Adds a set of field->value pairs to be updated. |
MergeQuery::insertFields |
function |
drupal/includes/database/query.inc |
Adds a set of field->value pairs to be inserted. |
form_pre_render_fieldset |
function |
drupal/includes/form.inc |
Adds members of this group as actual elements for rendering. |
drupal_schema_fields_sql |
function |
drupal/includes/common.inc |
Retrieves a list of fields from a table schema. |
MergeQuery::$updateFields |
property |
drupal/includes/database/query.inc |
An array of fields that will be updated. |
EntityFieldQuery::$fields |
property |
drupal/includes/entity.inc |
A list of field arrays used. |
FieldInfo::$unknownFields |
property |
drupal/modules/field/field.info.class.inc |
Separately tracks requested field names or IDs that do not exist. |
MergeQuery::$insertFields |
property |
drupal/includes/database/query.inc |
An array of fields on which to insert. |
CommentFieldsTest::getInfo |
function |
drupal/modules/comment/comment.test |
|
comment_field_extra_fields |
function |
drupal/modules/comment/comment.module |
Implements hook_field_extra_fields(). |
ProfileTestFields::getInfo |
function |
drupal/modules/profile/profile.test |
|
_field_info_collate_fields |
function |
drupal/modules/field/field.info.inc |
Collates all information on existing fields and instances. |
InsertQuery::$insertFields |
property |
drupal/includes/database/query.inc |
An array of fields on which to insert. |
MergeQuery::$defaultFields |
property |
drupal/includes/database/query.inc |
An array of fields which should be set to their database-defined defaults. |
_profile_update_user_fields |
function |
drupal/modules/profile/profile.module |
Helper function: update an array of user fields by calling profile_view_field |
taxonomy_field_extra_fields |
function |
drupal/modules/taxonomy/taxonomy.module |
Implements hook_field_extra_fields(). |
FieldInfo::$loadedAllFields |
property |
drupal/modules/field/field.info.class.inc |
Whether $fieldsById contains all field definitions or a subset. |
InsertQuery::$defaultFields |
property |
drupal/includes/database/query.inc |
An array of fields that should be set to their database-defined defaults. |
FieldUIManageFieldsTestCase |
class |
drupal/modules/field_ui/field_ui.test |
Tests the functionality of the 'Manage fields' screen. |
SelectQueryExtender::fields |
function |
drupal/includes/database/select.inc |
Add multiple fields from the same table to be SELECTed. |
SelectQueryInterface::fields |
function |
drupal/includes/database/select.inc |
Add multiple fields from the same table to be SELECTed. |
MergeQuery::$expressionFields |
property |
drupal/includes/database/query.inc |
Array of fields to update to an expression in case of a duplicate record. |
theme_system_modules_fieldset |
function |
drupal/modules/system/system.admin.inc |
Returns HTML for the modules form. |
FieldInfo::$bundleExtraFields |
property |
drupal/modules/field/field.info.class.inc |
Extra fields by bundle. |