Functions

Primary tabs

Namesort ascending Location Description Direct uses Strings
field_form_set_state drupal/core/modules/field/field.form.inc Stores processing information about a field in $form_state. 8
field_form_get_state drupal/core/modules/field/field.form.inc Retrieves processing information about a field from $form_state. 13
field_form_element_after_build drupal/core/modules/field/field.form.inc After-build callback for field elements in a form. 1
field_filter_xss drupal/core/modules/field/field.module Filters an HTML string to prevent cross-site-scripting (XSS) vulnerabilities. 9 1
field_field_widget_info_alter drupal/core/modules/field/field.module Implements hook_field_widget_info_alter().
field_extract_bundle drupal/core/modules/field/field.module Extracts the bundle name from a bundle object. 1
field_entity_field_info drupal/core/modules/field/field.module Implements hook_entity_field_info() to define all configured fields.
field_entity_create drupal/core/modules/field/field.module Implements hook_entity_create().
field_entity_bundle_rename drupal/core/modules/field/field.attach.inc Implements hook_entity_bundle_rename().
field_entity_bundle_delete drupal/core/modules/field/field.attach.inc Implements hook_entity_bundle_delete().
field_entity_bundle_create drupal/core/modules/field/field.attach.inc Implements hook_entity_bundle_create().
field_delete_instance Deprecated drupal/core/modules/field/field.crud.inc Marks a field instance and its data for deletion. 8
field_delete_field Deprecated drupal/core/modules/field/field.crud.inc Marks a field and its instances and data for deletion. 7
field_default_validate drupal/core/modules/field/field.default.inc Generic field validation handler.
field_default_prepare_translation drupal/core/modules/field/field.default.inc Copies source field values into the entity to be prepared.
field_data_type_info drupal/core/modules/field/field.module Implements hook_data_type_info() to register data types for all field types.
field_cron drupal/core/modules/field/field.module Implements hook_cron().
field_create_instance Deprecated drupal/core/modules/field/field.crud.inc Creates an instance of a field, binding it to a bundle. 122
field_create_field Deprecated drupal/core/modules/field/field.crud.inc Creates a field. 121
field_content_languages drupal/core/modules/field/field.multilingual.inc Returns available content language codes. 4
field_cache_clear drupal/core/modules/field/field.module Clears the field info and field data caches. 18
field_bundle_settings drupal/core/modules/field/field.module Gets or sets administratively defined bundle settings. 4
field_behaviors_widget drupal/core/modules/field/field.info.inc Determines the behavior of a widget with respect to an operation. 2
field_available_languages drupal/core/modules/field/field.multilingual.inc Collects the available language codes for the given entity type and field. 14 2
field_attach_view drupal/core/modules/field/field.attach.inc Returns a renderable array for the fields on an entity. 10
field_attach_validate drupal/core/modules/field/field.attach.inc Performs field validation against the field data in an entity. 5
field_attach_update drupal/core/modules/field/field.attach.inc Saves field data for an existing entity. 7
field_attach_presave drupal/core/modules/field/field.attach.inc Performs necessary operations just before fields data get saved. 1
field_attach_preprocess drupal/core/modules/field/field.attach.inc Populates the template variables with the available field values. 5
field_attach_prepare_view drupal/core/modules/field/field.attach.inc Prepares field data prior to display. 7
field_attach_prepare_translation drupal/core/modules/field/field.attach.inc Prepares an entity for translation. 1
field_attach_load_revision drupal/core/modules/field/field.attach.inc Loads all fields for previous versions of a group of entities. 6
field_attach_load drupal/core/modules/field/field.attach.inc Loads fields for the current revisions of a group of entities. 23
field_attach_insert drupal/core/modules/field/field.attach.inc Save field data for a new entity. 14
field_attach_form_validate drupal/core/modules/field/field.attach.inc Performs field validation against form-submitted field values. 4
field_attach_form drupal/core/modules/field/field.attach.inc Adds form elements for all fields for an entity to a form structure. 9
field_attach_extract_form_values drupal/core/modules/field/field.attach.inc Populates an entity object with values from a form submission. 6
field_attach_delete_revision drupal/core/modules/field/field.attach.inc Delete field data for a single revision of an existing entity. The passed entity must have a revision ID attribute. 1 4
field_attach_delete drupal/core/modules/field/field.attach.inc Deletes field data for an existing entity. This deletes all revisions of field data for the entity. 2
field_add_more_submit drupal/core/modules/field/field.form.inc Form submission handler for the "Add another item" button of a field form. 1
field_add_more_js drupal/core/modules/field/field.form.inc Ajax callback: Responds to a new empty widget being added to the form. 1
field_access drupal/core/modules/field/field.module Determines whether the user has access to a given field. 6
exactly drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Returns a matcher that matches when the method it is evaluated for is executed exactly $count times.
error_test_trigger_pdo_exception drupal/core/modules/system/tests/modules/error_test/error_test.module Menu callback; trigger an exception to test the exception handler. 1
error_test_trigger_exception drupal/core/modules/system/tests/modules/error_test/error_test.module Menu callback; trigger an exception to test the exception handler. 1
error_test_menu drupal/core/modules/system/tests/modules/error_test/error_test.module Implements hook_menu().
error_test_generate_warnings drupal/core/modules/system/tests/modules/error_test/error_test.module Menu callback; generate warnings to test the error handler. 1
error_displayable drupal/core/includes/errors.inc Determines whether an error should be displayed. 5
equalTo drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Returns a PHPUnit_Framework_Constraint_IsEqual matcher object.
entity_view_multiple drupal/core/includes/entity.inc Returns the render array for the provided entities. 9

Pages

Other projects