file_field_schema |
function |
core/modules/file/file.install |
Implements hook_field_schema(). |
field_update_1003 |
function |
core/modules/field/field.install |
Uninstall the options_element contrib module, now part of core. |
field_update_1004 |
function |
core/modules/field/field.install |
Uninstall the field_formatter_settings contrib module, now part of core. |
field_config_info |
function |
core/modules/field/field.module |
Implements hook_config_info(). |
text_field_schema |
function |
core/modules/field/modules/text/text.install |
Implements hook_field_schema(). |
_field_sort_items |
function |
core/modules/field/field.module |
Helper function to sort items in a field according to
user drag-n-drop reordering. |
field_get_display |
function |
core/modules/field/field.module |
Returns the display settings to use for an instance in a given display mode. |
field.default.inc |
file |
core/modules/field/field.default.inc |
Default 'implementations' of hook_field_*(): common field housekeeping. |
field_cache_clear |
function |
core/modules/field/field.module |
Clear the field info and field data caches. |
field_test.module |
file |
core/modules/field/tests/field_test/field_test.module |
Helper module for the Field API tests. |
list_field_schema |
function |
core/modules/field/modules/list/list.install |
Implements hook_field_schema(). |
field_update_1000 |
function |
core/modules/field/field.install |
Convert fields to configuration files. |
field_update_1001 |
function |
core/modules/field/field.install |
Add missing entity type and bundle information to Field config files. |
DateFieldTestCase |
class |
core/modules/date/tests/date_field.test |
|
hook_field_schema |
function |
core/modules/field/field.api.php |
Define the Field API schema for a field structure. |
hook_field_insert |
function |
core/modules/field/field.api.php |
Define custom insert behavior for this module's field data. |
hook_field_update |
function |
core/modules/field/field.api.php |
Define custom update behavior for this module's field data. |
hook_field_delete |
function |
core/modules/field/field.api.php |
Define custom delete behavior for this module's field data. |
TextFieldTestCase |
class |
core/modules/field/modules/text/tests/text.test |
|
NoFieldsException |
class |
core/includes/database/database.inc |
Exception thrown if an insert query doesn't specify insert or default fields. |
CommentFieldsTest |
class |
core/modules/comment/tests/comment.test |
Tests fields on comments. |
ListFieldTestCase |
class |
core/modules/field/modules/list/tests/list.test |
Tests for the 'List' field types. |
date_views_fields |
function |
core/modules/date/date.module |
Identify all potential date/timestamp fields and cache the data. |
FieldInfoTestCase |
class |
core/modules/field/tests/field.test |
|
date_field_insert |
function |
core/modules/date/date.field.inc |
Implements hook_field_insert(). |
date_field_update |
function |
core/modules/date/date.field.inc |
Implements hook_field_update(). |
FieldFormTestCase |
class |
core/modules/field/tests/field.test |
|
field_test_schema |
function |
core/modules/field/tests/field_test/field_test.install |
Implements hook_schema(). |
hook_field_access |
function |
core/modules/field/field.api.php |
Determine whether the user has access to a given field. |
FieldCrudTestCase |
class |
core/modules/field/tests/field.test |
|
Field Storage API |
group |
core/modules/field/field.attach.inc |
Implement a storage engine for Field API data. |
field_attach_form |
function |
core/modules/field/field.attach.inc |
Add form elements for all fields for an entity to a form structure. |
field_attach_load |
function |
core/modules/field/field.attach.inc |
Loads fields for the current revisions of a group of entities. |
field_update_1002 |
function |
core/modules/field/field.install |
Grant the new "administer fields" permission to trusted users. |
field_attach_view |
function |
core/modules/field/field.attach.inc |
Returns a renderable array for the fields on an entity. |
field_add_more_js |
function |
core/modules/field/field.form.inc |
Ajax callback in response to a new empty widget being added to the form. |
link_field_insert |
function |
core/modules/link/link.module |
Implements hook_field_insert(). |
link_field_update |
function |
core/modules/link/link.module |
Implements hook_field_update(). |
date_field_schema |
function |
core/modules/date/date.install |
Implements hook_field_schema(). |
field_info_fields |
function |
core/modules/field/field.info.inc |
Returns all field definitions. |
file_field_insert |
function |
core/modules/file/file.field.inc |
Implements hook_field_insert(). |
file_field_update |
function |
core/modules/file/file.field.inc |
Implements hook_field_update(). |
link_field_process |
function |
core/modules/link/link.module |
Processes the link type element before displaying the field. |
ImageFieldTestCase |
class |
core/modules/image/tests/image.test |
This class provides methods specifically for testing Image's field handling. |
field_example.info |
file |
modules/examples/field_example/field_example.info |
name = Field Example
description = An implementation of a field to show how to use the field API.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
field_example_menu |
function |
modules/examples/field_example/field_example.module |
Implements hook_menu(). |
field_create_field |
function |
core/modules/field/field.crud.inc |
Creates a field. |
field_update_field |
function |
core/modules/field/field.crud.inc |
Updates a field. |
field_delete_field |
function |
core/modules/field/field.crud.inc |
Marks a field and its instances and data for deletion. |
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(). |