TextFieldTestCase::getInfo |
function |
drupal/modules/field/modules/text/text.test |
|
taxonomy_field_widget_info |
function |
drupal/modules/taxonomy/taxonomy.module |
Implements hook_field_widget_info(). |
FieldInfo::prepareInstance |
function |
drupal/modules/field/field.info.class.inc |
Prepares an instance definition for the current run-time context. |
taxonomy_field_widget_form |
function |
drupal/modules/taxonomy/taxonomy.module |
Implements hook_field_widget_form(). |
_field_language_suggestion |
function |
drupal/modules/field/field.multilingual.inc |
Process the given language suggestion based on the available languages. |
FieldAttachTestCase::setUp |
function |
drupal/modules/field/tests/field.test |
Set the default field storage backend for fields created during tests. |
FieldAttachStorageTestCase |
class |
drupal/modules/field/tests/field.test |
Unit test class for storage-related field_attach_* functions. |
InsertQuery::$insertFields |
property |
drupal/includes/database/query.inc |
An array of fields on which to insert. |
ImageFieldValidateTestCase |
class |
drupal/modules/image/image.test |
Test class to check for various validations. |
entity_form_field_validate |
function |
drupal/includes/common.inc |
Attaches field API validation to entity forms. |
FieldInfoTestCase::getInfo |
function |
drupal/modules/field/tests/field.test |
|
field_ui_formatter_options |
function |
drupal/modules/field_ui/field_ui.admin.inc |
Returns an array of formatter options for a field type. |
field_ui_field_delete_form |
function |
drupal/modules/field_ui/field_ui.admin.inc |
Form constructor for removing a field instance from a bundle. |
FieldFormTestCase::getInfo |
function |
drupal/modules/field/tests/field.test |
|
field_default_prepare_view |
function |
drupal/modules/field/field.default.inc |
Invokes hook_field_formatter_prepare_view() on the relevant formatters. |
FieldCrudTestCase::getInfo |
function |
drupal/modules/field/tests/field.test |
|
field_attach_load_revision |
function |
drupal/modules/field/field.attach.inc |
Load all fields for previous versions of a group of entities. |
field_attach_form_validate |
function |
drupal/modules/field/field.attach.inc |
Perform field validation against form-submitted field values. |
field_attach_create_bundle |
function |
drupal/modules/field/field.attach.inc |
Notify field.module that a new bundle was created. |
field_attach_rename_bundle |
function |
drupal/modules/field/field.attach.inc |
Notify field.module that a bundle was renamed. |
field_attach_delete_bundle |
function |
drupal/modules/field/field.attach.inc |
Notify field.module the a bundle was deleted. |
MergeQuery::$defaultFields |
property |
drupal/includes/database/query.inc |
An array of fields which should be set to their database-defined defaults. |
_field_ui_bundle_admin_path |
function |
drupal/modules/field_ui/field_ui.module |
Determines the administration path for a bundle. |
drupal-7.field.database.php |
file |
drupal/modules/simpletest/tests/upgrade/drupal-7.field.database.php |
|
field_ui_inactive_instances |
function |
drupal/modules/field_ui/field_ui.module |
Identifies inactive fields within a bundle. |
number_field_formatter_info |
function |
drupal/modules/field/modules/number/number.module |
Implements hook_field_formatter_info(). |
number_field_formatter_view |
function |
drupal/modules/field/modules/number/number.module |
Implements hook_field_formatter_view(). |
NumberFieldTestCase::$field |
property |
drupal/modules/field/modules/number/number.test |
|
EntityFieldQuery::$metaData |
property |
drupal/includes/entity.inc |
A list of metadata added to this query. |
image_field_delete_revision |
function |
drupal/modules/image/image.field.inc |
Implements hook_field_delete_revision(). |
field_test_entity_test_load |
function |
drupal/modules/field/tests/field_test.entity.inc |
Loads a test_entity. |
EntityFieldQuery::tableSort |
function |
drupal/includes/entity.inc |
Enables sortable tables for this query. |
hook_field_storage_pre_load |
function |
drupal/modules/field/field.api.php |
Act before the storage backends load field data. |
_profile_update_user_fields |
function |
drupal/modules/profile/profile.module |
Helper function: update an array of user fields by calling profile_view_field |
DatabaseSchema::fieldExists |
function |
drupal/includes/database/schema.inc |
Check if a column exists in the given table. |
taxonomy_field_extra_fields |
function |
drupal/modules/taxonomy/taxonomy.module |
Implements hook_field_extra_fields(). |
DatabaseSchema::changeField |
function |
drupal/includes/database/schema.inc |
Change a field definition. |
image_field_delete_instance |
function |
drupal/modules/image/image.module |
Implements hook_field_delete_instance(). |
image_field_update_instance |
function |
drupal/modules/image/image.module |
Implements hook_field_update_instance(). |
field_info_storage_settings |
function |
drupal/modules/field/field.info.inc |
Returns a field storage type's default settings. |
profile_field_form_validate |
function |
drupal/modules/profile/profile.admin.inc |
Validate profile_field_form submissions. |
FieldInfo::$loadedAllFields |
property |
drupal/modules/field/field.info.class.inc |
Whether $fieldsById contains all field definitions or a subset. |
profile_field_delete_submit |
function |
drupal/modules/profile/profile.admin.inc |
Process a field delete form submission. |
FieldInfo::$bundleInstances |
property |
drupal/modules/field/field.info.class.inc |
Instance definitions by bundle. |
rdf_field_attach_view_alter |
function |
drupal/modules/rdf/rdf.module |
Implements hook_field_attach_view_alter(). |
taxonomy_field_widget_error |
function |
drupal/modules/taxonomy/taxonomy.module |
Implements hook_field_widget_error(). |
FIELD_CARDINALITY_UNLIMITED |
constant |
drupal/modules/field/field.module |
Value for field API indicating a field accepts an unlimited number of values. |
InsertQuery::$defaultFields |
property |
drupal/includes/database/query.inc |
An array of fields that should be set to their database-defined defaults. |
_field_ui_field_name_exists |
function |
drupal/modules/field_ui/field_ui.admin.inc |
Render API callback: Checks if a field machine name is taken. |
field_ui_field_type_options |
function |
drupal/modules/field_ui/field_ui.admin.inc |
Returns an array of field_type options. |