|
ListFieldUITestCase |
class |
drupal-7.x/modules/field/modules/list/tests/list.test |
List module UI tests. |
|
field_test_memorize |
function |
drupal-7.x/modules/field/tests/field_test.module |
Store and retrieve keyed data for later verification by unit tests. |
|
UpdateQuery::fields |
function |
drupal-7.x/includes/database/query.inc |
Adds a set of field->value pairs to be updated. |
|
field_read_instance |
function |
drupal-7.x/modules/field/field.crud.inc |
Reads a single instance record from the database. |
|
FieldAttachTestCase |
class |
drupal-7.x/modules/field/tests/field.test |
|
|
field_ui_menu_title |
function |
drupal-7.x/modules/field_ui/field_ui.module |
Menu title callback. |
|
hook_field_validate |
function |
drupal-7.x/modules/field/field.api.php |
Validate this module's field data. |
|
_profile_get_fields |
function |
drupal-7.x/modules/profile/profile.module |
|
|
hook_field_is_empty |
function |
drupal-7.x/modules/field/field.api.php |
Define what constitutes an empty item for a field type. |
|
Field Formatter API |
group |
drupal-7.x/modules/field/field.api.php |
Define Field API formatter types. |
|
image_field_presave |
function |
drupal-7.x/modules/image/image.field.inc |
Implements hook_field_presave(). |
|
text_field_validate |
function |
drupal-7.x/modules/field/modules/text/text.module |
Implements hook_field_validate(). |
|
text_field_is_empty |
function |
drupal-7.x/modules/field/modules/text/text.module |
Implements hook_field_is_empty(). |
|
FIELD_BEHAVIOR_NONE |
constant |
drupal-7.x/modules/field/field.module |
Value for field API indicating a widget doesn't accept default values. |
|
FIELD_LOAD_REVISION |
constant |
drupal-7.x/modules/field/field.module |
Age argument for loading the version of an entity's field data
specified in the entity with field_attach_load(). |
|
_field_filter_items |
function |
drupal-7.x/modules/field/field.module |
Helper function to filter out empty field values. |
|
field_extract_bundle |
function |
drupal-7.x/modules/field/field.module |
Helper function to extract the bundle name of from a bundle object. |
|
field_test.field.inc |
file |
drupal-7.x/modules/field/tests/field_test.field.inc |
Defines a field type and its formatters and widgets. |
|
FIELD_STORAGE_UPDATE |
constant |
drupal-7.x/modules/field/field.attach.inc |
Argument for an update operation. |
|
FIELD_STORAGE_INSERT |
constant |
drupal-7.x/modules/field/field.attach.inc |
Argument for an insert operation. |
|
SelectQuery::$fields |
property |
drupal-7.x/includes/database/select.inc |
The fields to SELECT. |
|
field_attach_presave |
function |
drupal-7.x/modules/field/field.attach.inc |
Perform necessary operations just before fields data get saved. |
|
field_valid_language |
function |
drupal-7.x/modules/field/field.multilingual.inc |
Ensures that a given language code is valid. |
|
db_field_set_default |
function |
drupal-7.x/includes/database/database.inc |
Sets the default value for a field. |
|
field_default_submit |
function |
drupal-7.x/modules/field/field.default.inc |
|
|
field_default_insert |
function |
drupal-7.x/modules/field/field.default.inc |
Default field 'insert' operation. |
|
file_field_displayed |
function |
drupal-7.x/modules/file/file.field.inc |
Determines whether a file should be displayed when outputting field content. |
|
field_form_get_state |
function |
drupal-7.x/modules/field/field.form.inc |
Retrieves processing information about a field from $form_state. |
|
field_form_set_state |
function |
drupal-7.x/modules/field/field.form.inc |
Stores processing information about a field in $form_state. |
|
field_info_field_map |
function |
drupal-7.x/modules/field/field.info.inc |
Returns a lightweight map of fields across bundles. |
|
field_info_instances |
function |
drupal-7.x/modules/field/field.info.inc |
Retrieves information about field instances. |
|
number_field_presave |
function |
drupal-7.x/modules/field/modules/number/number.module |
Implements hook_field_presave(). |
|
FieldInfo::$fieldMap |
property |
drupal-7.x/modules/field/field.info.class.inc |
Lightweight map of fields across entity types and bundles. |
|
rdf_preprocess_field |
function |
drupal-7.x/modules/rdf/rdf.module |
Implements MODULE_preprocess_HOOK(). |
|
FieldInfo::getFields |
function |
drupal-7.x/modules/field/field.info.class.inc |
Returns all active fields, including deleted ones. |
|
UpdateQuery::$fields |
property |
drupal-7.x/includes/database/query.inc |
An array of fields that will be updated. |
|
field_read_instances |
function |
drupal-7.x/modules/field/field.crud.inc |
Reads in field instances that match an array of conditions. |
|
FieldTestCase::setUp |
function |
drupal-7.x/modules/field/tests/field.test |
Set the default field storage backend for fields created during tests. |
|
field_purge_instance |
function |
drupal-7.x/modules/field/field.crud.inc |
Purges a field instance record from the database. |
|
field_ui_fields_list |
function |
drupal-7.x/modules/field_ui/field_ui.admin.inc |
Menu callback; lists all defined fields for quick reference. |
|
theme_field_ui_table |
function |
drupal-7.x/modules/field_ui/field_ui.admin.inc |
Returns HTML for Field UI overview tables. |
|
_profile_field_types |
function |
drupal-7.x/modules/profile/profile.module |
|
|
profile_field_delete |
function |
drupal-7.x/modules/profile/profile.admin.inc |
Menu callback; deletes a field from all user profiles. |
|
field.info.class.inc |
file |
drupal-7.x/modules/field/field.info.class.inc |
|
|
image_field_is_empty |
function |
drupal-7.x/modules/image/image.field.inc |
Implements hook_field_is_empty(). |
|
FieldUIAlterTestCase |
class |
drupal-7.x/modules/field_ui/field_ui.test |
Tests custom widget hooks and callbacks on the field administration pages. |
|
EntityFieldQuery::age |
function |
drupal-7.x/includes/entity.inc |
Queries the current or every revision. |
|
field_test.entity.inc |
file |
drupal-7.x/modules/field/tests/field_test.entity.inc |
Defines an entity type. |
|
form_process_fieldset |
function |
drupal-7.x/includes/form.inc |
Arranges fieldsets into groups. |
|
_field_invoke_default |
function |
drupal-7.x/modules/field/field.attach.inc |
Invoke field.module's version of a field hook. |