Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
field_sql_storage_help drupal/core/modules/field_sql_storage/field_sql_storage.module Implements hook_help().
field_sql_storage_update_8000 drupal/core/modules/field_sql_storage/field_sql_storage.install Renames the 'language' column to 'langcode' in field data tables.
field_sql_storage_update_dependencies drupal/core/modules/field_sql_storage/field_sql_storage.install Implements hook_update_dependencies().
field_sync_field_status drupal/core/modules/field/field.module Refreshes the 'active' and 'storage[active]' values for fields. 4
field_system_info_alter drupal/core/modules/field/field.module Implements hook_system_info_alter().
field_test_create_bundle drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc Creates a new bundle for test_entity entities. 6
field_test_create_entity drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc Creates a basic test_entity entity. 32
field_test_default_value drupal/core/modules/field/tests/modules/field_test/field_test.field.inc Sample 'default value' callback. 1 1
field_test_delete_bundle drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc Deletes a bundle for test_entity objects. 1
field_test_entity_add drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc Menu callback: displays the 'Add new test_entity' form. 1
field_test_entity_bundle_info_alter drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc Implements hook_entity_bundle_info_alter().
field_test_entity_bundle_rename drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_entity_bundle_rename().
field_test_entity_edit drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc Menu callback: displays the 'Edit exiisting test_entity' form. 1
field_test_entity_info drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc Implements hook_entity_info().
field_test_entity_info_alter drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc Implements hook_entity_info_alter().
field_test_entity_info_translatable drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc Helper function to enable entity translations. 7
field_test_entity_nested_form drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc Form combining two separate entities. 1
field_test_entity_nested_form_submit drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc Submit handler for field_test_entity_nested_form().
field_test_entity_nested_form_validate drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc Validate handler for field_test_entity_nested_form().
field_test_entity_save drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc Saves a test_entity. 5
field_test_entity_test_load drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc Loads a test_entity. 7
field_test_entity_view_mode_info_alter drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc Implements hook_entity_view_mode_info_alter().
field_test_field_access drupal/core/modules/field/tests/modules/field_test/field_test.field.inc Implements hook_field_access().
field_test_field_attach_view_alter drupal/core/modules/field/tests/modules/field_test/field_test.module Implements hook_field_attach_view_alter(). 1
field_test_field_available_languages_alter drupal/core/modules/field/tests/modules/field_test/field_test.module Implements hook_field_available_languages_alter().
field_test_field_create_field drupal/core/modules/field/tests/modules/field_test/field_test.module Memorize calls to hook_field_create_field().
field_test_field_delete drupal/core/modules/field/tests/modules/field_test/field_test.field.inc Implements hook_field_delete().
field_test_field_delete_instance drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_delete_instance().
field_test_field_extra_fields_alter drupal/core/modules/field/tests/modules/field_test/field_test.module Implements hook_field_extra_fields_alter().
field_test_field_formatter_settings_form_alter drupal/core/modules/field/tests/modules/field_test/field_test.module Implements hook_field_formatter_settings_form_alter().
field_test_field_formatter_settings_summary_alter drupal/core/modules/field/tests/modules/field_test/field_test.module Implements hook_field_formatter_settings_summary_alter(). 1
field_test_field_info drupal/core/modules/field/tests/modules/field_test/field_test.field.inc Implements hook_field_info(). 2
field_test_field_insert drupal/core/modules/field/tests/modules/field_test/field_test.field.inc Implements hook_field_insert().
field_test_field_instance_settings_form drupal/core/modules/field/tests/modules/field_test/field_test.field.inc Implements hook_field_instance_settings_form().
field_test_field_is_empty drupal/core/modules/field/tests/modules/field_test/field_test.field.inc Implements hook_field_is_empty().
field_test_field_language_alter drupal/core/modules/field/tests/modules/field_test/field_test.module Implements hook_field_language_alter().
field_test_field_load drupal/core/modules/field/tests/modules/field_test/field_test.field.inc Implements hook_field_load().
field_test_field_schema drupal/core/modules/field/tests/modules/field_test/field_test.install Implements hook_field_schema().
field_test_field_settings_form drupal/core/modules/field/tests/modules/field_test/field_test.field.inc Implements hook_field_settings_form().
field_test_field_storage_create_field drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_storage_create_field().
field_test_field_storage_delete drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_storage_delete().
field_test_field_storage_delete_field drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_storage_delete_field().
field_test_field_storage_delete_instance drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_storage_delete_instance().
field_test_field_storage_delete_revision drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_storage_delete_revision().
field_test_field_storage_details drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_storage_details().
field_test_field_storage_details_alter drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_storage_details_alter().
field_test_field_storage_info drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_storage_info(). 1
field_test_field_storage_load drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_storage_load().
field_test_field_storage_purge drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_storage_purge(). 1
field_test_field_storage_query drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Implements hook_field_storage_query().

Pages

Other projects