FIELD_LOAD_CURRENT |
constant |
core/modules/field/field.module |
Age argument for loading the most recent version of an entity's
field data with field_attach_load(). |
MergeQuery::fields |
function |
core/includes/database/query.inc |
Sets common field-value pairs in the INSERT and UPDATE query parts. |
views_fetch_fields |
function |
core/modules/views/includes/utility.inc |
Fetch a list of all fields available for a given base type. |
field_flush_caches |
function |
core/modules/field/field.module |
Implements hook_flush_caches(). |
view::render_field |
function |
core/modules/views/includes/view.inc |
Render a specific field via the field ID and the row # |
field_test.install |
file |
core/modules/field/tests/field_test/field_test.install |
Install, update and uninstall functions for the field_test module. |
field_ui.admin.inc |
file |
core/modules/field_ui/field_ui.admin.inc |
Admin page callbacks for the Field UI module. |
field_ui.theme.inc |
file |
core/modules/field_ui/field_ui.theme.inc |
Theme functions for the Field UI module. |
FieldBlockTestCase |
class |
core/modules/field/tests/field.test |
Test the field blocks and their display of different formatters. |
hook_field_presave |
function |
core/modules/field/field.api.php |
Define custom presave behavior for this module's field types. |
_date_views_fields |
function |
core/modules/date/views/date_views_fields.inc |
Identify all potential date/timestamp fields. |
field_ui_menu_load |
function |
core/modules/field_ui/field_ui.module |
Menu loader callback: Loads a field instance based on field and bundle name. |
date_field_presave |
function |
core/modules/date/date.field.inc |
Implements hook_field_insert(). |
image_field_schema |
function |
core/modules/image/image.install |
Implements hook_field_schema(). |
field_test_install |
function |
core/modules/field/tests/field_test/field_test.install |
Implements hook_install(). |
image_field_insert |
function |
core/modules/image/image.field.inc |
Implements hook_field_insert(). |
image_field_update |
function |
core/modules/image/image.field.inc |
Implements hook_field_update(). |
image_field_delete |
function |
core/modules/image/image.field.inc |
Implements hook_field_delete(). |
field_default_view |
function |
core/modules/field/field.default.inc |
Builds a renderable array for one field on one entity instance. |
Field Language API |
group |
core/modules/field/field.multilingual.inc |
Handling of multilingual fields. |
email_field_schema |
function |
core/modules/email/email.install |
Implements hook_field_schema(). |
EmailFieldTestCase |
class |
core/modules/email/tests/email.test |
Tests email field functionality. |
FieldTokenTestCase |
class |
core/modules/field/tests/field.test |
Test fields with token display mode. |
field_example.test |
file |
modules/examples/field_example/tests/field_example.test |
Tests for Field Example. |
FieldViewsDataTest |
class |
core/modules/field/tests/field_views.test |
Test the produced views_data. |
field_default_form |
function |
core/modules/field/field.form.inc |
Creates a form element for a field and can populate it with a default value. |
field_widget_field |
function |
core/modules/field/field.form.inc |
Retrieves the field definition for a widget's helper callbacks. |
field_info_bundles |
function |
core/modules/field/field.info.inc |
Returns information about existing bundles. |
file_field_is_empty |
function |
core/modules/file/file.field.inc |
Implements hook_field_is_empty(). |
views_handler_field |
class |
core/modules/views/handlers/views_handler_field.inc |
Base field handler that has no options and renders an unformatted field. |
field_ui_permission |
function |
core/modules/field_ui/field_ui.module |
Implements hook_permission(). |
_field_example_page |
function |
modules/examples/field_example/field_example.module |
A simple page to explain to the developer what to do. |
number_field_schema |
function |
core/modules/field/modules/number/number.install |
Implements hook_field_schema(). |
_file_fields_update |
function |
core/modules/file/file.file.inc |
Update an entity's field values without changing anything on the entity. |
field_read_instance |
function |
core/modules/field/field.crud.inc |
Reads a single instance record from the database. |
views_ui_field_list |
function |
core/modules/views_ui/views_ui.admin.inc |
List all instances of fields on any views. |
UpdateQuery::fields |
function |
core/includes/database/query.inc |
Adds a set of field->value pairs to be updated. |
FIELD_BEHAVIOR_NONE |
constant |
core/modules/field/field.module |
Value for field API indicating a widget doesn't accept default values. |
FIELD_LOAD_REVISION |
constant |
core/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_autoload_info |
function |
core/modules/field/field.module |
Implements hook_autoload_info(). |
taxonomy_field_info |
function |
core/modules/taxonomy/taxonomy.module |
Implements hook_field_info(). |
field_config_create |
function |
core/modules/field/field.module |
Implements hook_config_create(). |
field_config_update |
function |
core/modules/field/field.module |
Implements hook_config_update(). |
field_config_delete |
function |
core/modules/field/field.module |
Implements hook_config_delete(). |
_field_filter_items |
function |
core/modules/field/field.module |
Helper function to filter out empty field values. |
text_field_validate |
function |
core/modules/field/modules/text/text.module |
Implements hook_field_validate(). |
text_field_is_empty |
function |
core/modules/field/modules/text/text.module |
Implements hook_field_is_empty(). |
field_ui.tests.info |
file |
core/modules/field_ui/tests/field_ui.tests.info |
[FieldUIManageFieldsTestCase]
name = Manage fields
description = Test the Field UI "Manage fields" screen.
group = Field UI
file = field_ui.test
[FieldUIManageDisplayTestCase]
name = Manage displays
description = Test the Field UI… |
NumberFieldTestCase |
class |
core/modules/field/modules/number/tests/number.test |
Tests for number field types. |
list_field_validate |
function |
core/modules/field/modules/list/list.module |
Implements hook_field_validate(). |