|
hook_field_formatter_info |
function |
drupal-7.x/modules/field/field.api.php |
Expose Field API formatter types. |
|
hook_field_formatter_view |
function |
drupal-7.x/modules/field/field.api.php |
Build a renderable array for a field value. |
|
field_ui_get_destinations |
function |
drupal-7.x/modules/field_ui/field_ui.admin.inc |
Extracts next redirect path from an array of multiple destinations. |
|
field_ui_next_destination |
function |
drupal-7.x/modules/field_ui/field_ui.admin.inc |
Returns the next redirect path in a multipage sequence. |
|
hook_field_attach_presave |
function |
drupal-7.x/modules/field/field.api.php |
Act on field_attach_presave(). |
|
hook_field_language_alter |
function |
drupal-7.x/modules/field/field.api.php |
Perform alterations on field_language() values. |
|
FieldInstanceCrudTestCase |
class |
drupal-7.x/modules/field/tests/field.test |
|
|
hook_field_storage_delete |
function |
drupal-7.x/modules/field/field.api.php |
Delete all field data for an entity. |
|
FieldTranslationsTestCase |
class |
drupal-7.x/modules/field/tests/field.test |
Unit test class for the multilanguage fields logic. |
|
text_field_formatter_info |
function |
drupal-7.x/modules/field/modules/text/text.module |
Implements hook_field_formatter_info(). |
|
text_field_formatter_view |
function |
drupal-7.x/modules/field/modules/text/text.module |
Implements hook_field_formatter_view(). |
|
NodeEntityFieldQueryAlter |
class |
drupal-7.x/modules/node/node.test |
Tests node_query_entity_field_access_alter(). |
|
EntityFieldQueryException |
class |
drupal-7.x/includes/entity.inc |
Exception thrown by EntityFieldQuery() on unsupported query syntax. |
|
hook_field_purge_instance |
function |
drupal-7.x/modules/field/field.api.php |
Acts when a field instance is being purged. |
|
EntityFieldQuery::$fields |
property |
drupal-7.x/includes/entity.inc |
A list of field arrays used. |
|
form_type_textfield_value |
function |
drupal-7.x/includes/form.inc |
Determines the value for a textfield form element. |
|
ImageFieldTestCase::setUp |
function |
drupal-7.x/modules/image/image.test |
Sets up a Drupal site for running functional and integration tests. |
|
field_modules_uninstalled |
function |
drupal-7.x/modules/field/field.module |
Implements hook_modules_uninstalled(). |
|
field_test_field_validate |
function |
drupal-7.x/modules/field/tests/field_test.field.inc |
Implements hook_field_validate(). |
|
field_test_field_is_empty |
function |
drupal-7.x/modules/field/tests/field_test.field.inc |
Implements hook_field_is_empty(). |
|
options_field_widget_error |
function |
drupal-7.x/modules/field/modules/options/options.module |
Implements hook_field_widget_error(). |
|
field_attach_load_revision |
function |
drupal-7.x/modules/field/field.attach.inc |
Load all fields for previous versions of a group of entities. |
|
field_attach_form_validate |
function |
drupal-7.x/modules/field/field.attach.inc |
Perform field validation against form-submitted field values. |
|
ImageFieldValidateTestCase |
class |
drupal-7.x/modules/image/image.test |
Test class to check for various validations. |
|
field_attach_create_bundle |
function |
drupal-7.x/modules/field/field.attach.inc |
Notify field.module that a new bundle was created. |
|
field_attach_rename_bundle |
function |
drupal-7.x/modules/field/field.attach.inc |
Notify field.module that a bundle was renamed. |
|
field_attach_delete_bundle |
function |
drupal-7.x/modules/field/field.attach.inc |
Notify field.module the a bundle was deleted. |
|
_field_language_suggestion |
function |
drupal-7.x/modules/field/field.multilingual.inc |
Process the given language suggestion based on the available languages. |
|
entity_form_field_validate |
function |
drupal-7.x/includes/common.inc |
Attaches field API validation to entity forms. |
|
file_field_delete_revision |
function |
drupal-7.x/modules/file/file.field.inc |
Implements hook_field_delete_revision(). |
|
field_default_prepare_view |
function |
drupal-7.x/modules/field/field.default.inc |
Invokes hook_field_formatter_prepare_view() on the relevant formatters. |
|
taxonomy_field_widget_info |
function |
drupal-7.x/modules/taxonomy/taxonomy.module |
Implements hook_field_widget_info(). |
|
_field_info_collate_fields |
function |
drupal-7.x/modules/field/field.info.inc |
Collates all information on existing fields and instances. |
|
InsertQuery::$insertFields |
property |
drupal-7.x/includes/database/query.inc |
An array of fields on which to insert. |
|
taxonomy_field_widget_form |
function |
drupal-7.x/modules/taxonomy/taxonomy.module |
Implements hook_field_widget_form(). |
|
field_info_formatter_types |
function |
drupal-7.x/modules/field/field.info.inc |
Returns information about field formatters from hook_field_formatter_info(). |
|
NumberFieldTestCase::setUp |
function |
drupal-7.x/modules/field/modules/number/number.test |
Sets up a Drupal site for running functional and integration tests. |
|
number_field_settings_form |
function |
drupal-7.x/modules/field/modules/number/number.module |
Implements hook_field_settings_form(). |
|
DatabaseSchema::fieldNames |
function |
drupal-7.x/includes/database/schema.inc |
Return an array of field names from an array of key/index column specifiers. |
|
field_info_widget_settings |
function |
drupal-7.x/modules/field/field.info.inc |
Returns a field widget's default settings. |
|
FieldInfo::$fieldIdsByName |
property |
drupal-7.x/modules/field/field.info.class.inc |
Mapping of field names to the ID of the corresponding non-deleted field. |
|
ListFieldTestCase::getInfo |
function |
drupal-7.x/modules/field/modules/list/tests/list.test |
|
|
FieldInfo::prepareInstance |
function |
drupal-7.x/modules/field/field.info.class.inc |
Prepares an instance definition for the current run-time context. |
|
ListFieldUITestCase::setUp |
function |
drupal-7.x/modules/field/modules/list/tests/list.test |
Set the default field storage backend for fields created during tests. |
|
CommentFieldsTest::getInfo |
function |
drupal-7.x/modules/comment/comment.test |
|
|
FieldAttachTestCase::setUp |
function |
drupal-7.x/modules/field/tests/field.test |
Set the default field storage backend for fields created during tests. |
|
MergeQuery::$defaultFields |
property |
drupal-7.x/includes/database/query.inc |
An array of fields which should be set to their database-defined defaults. |
|
FieldAttachStorageTestCase |
class |
drupal-7.x/modules/field/tests/field.test |
Unit test class for storage-related field_attach_* functions. |
|
FieldInfoTestCase::getInfo |
function |
drupal-7.x/modules/field/tests/field.test |
|
|
hook_field_delete_revision |
function |
drupal-7.x/modules/field/field.api.php |
Define custom revision delete behavior for this module's field types. |