hook_field_storage_write |
function |
core/modules/field/field.api.php |
Write field data for an entity. |
views_handler_field_user |
class |
core/modules/user/views/views_handler_field_user.inc |
Field handler to provide simple renderer that allows linking to a user. |
hook_field_storage_query |
function |
core/modules/field/field.api.php |
Execute an EntityFieldQuery. |
FieldAttachOtherTestCase |
class |
core/modules/field/tests/field.test |
Unit test class for non-storage related field_attach_* functions. |
views_handler_field.test |
file |
core/modules/views/tests/handlers/views_handler_field.test |
Definition of ViewsHandlerFieldTest. |
hook_field_display_alter |
function |
core/modules/field/field.api.php |
Alters the display settings of a field before it gets displayed. |
FieldInfoTestCase::setUp |
function |
core/modules/field/tests/field.test |
Sets up a Backdrop site for running functional and integration tests. |
date_field_settings_form |
function |
core/modules/date/date.field.inc |
Implements hook_field_settings_form(). |
hook_field_update_forbid |
function |
core/modules/field/field.api.php |
Forbid a field update from occurring. |
FieldFormTestCase::setUp |
function |
core/modules/field/tests/field.test |
Sets up a Backdrop site for running functional and integration tests. |
field_ui_field_edit_form |
function |
core/modules/field_ui/field_ui.admin.inc |
Form constructor for the field instance settings form. |
hook_field_read_instance |
function |
core/modules/field/field.api.php |
Act on a field record being read from the database. |
field_test_create_bundle |
function |
core/modules/field/tests/field_test/field_test.entity.inc |
Creates a new bundle for test_entity entities. |
field_test_rename_bundle |
function |
core/modules/field/tests/field_test/field_test.entity.inc |
Renames a bundle for test_entity entities. |
hook_field_storage_purge |
function |
core/modules/field/field.api.php |
Remove field storage information when field data is purged. |
field_test_delete_bundle |
function |
core/modules/field/tests/field_test/field_test.entity.inc |
Deletes a bundle for test_entity objects. |
image_field_prepare_view |
function |
core/modules/image/image.field.inc |
Implements hook_field_prepare_view(). |
FieldCrudTestCase::setUp |
function |
core/modules/field/tests/field.test |
Sets up a Backdrop site for running functional and integration tests. |
ViewsHandlerFieldUrlTest |
class |
core/modules/views/tests/handlers/views_handler_field_url.test |
Tests the core views_handler_field_url handler. |
email_field_widget_error |
function |
core/modules/email/email.module |
Implements hook_field_widget_error(). |
form_pre_render_fieldset |
function |
core/includes/form.inc |
Adds members of this group as actual elements for rendering. |
views_handler::get_field |
function |
core/modules/views/includes/handlers.inc |
Shortcut to get a handler's raw field value. |
EntityFieldQuery::$order |
property |
core/modules/entity/entity.query.inc |
List of order clauses. |
EntityFieldQuery::$range |
property |
core/modules/entity/entity.query.inc |
The query range. |
EntityFieldQuery::$pager |
property |
core/modules/entity/entity.query.inc |
The query pager data. |
EntityFieldQuery::$count |
property |
core/modules/entity/entity.query.inc |
TRUE if this is a count query, FALSE if it isn't. |
image_field_delete_field |
function |
core/modules/image/image.module |
Implements hook_field_delete_field(). |
image_field_update_field |
function |
core/modules/image/image.module |
Implements hook_field_update_field(). |
field_example.tests.info |
file |
modules/examples/field_example/tests/field_example.tests.info |
[FieldExampleTest]
name = Field example functionality
description = Create a content type with example_field_rgb fields, create a node, check for correct values.
group = Example modules
file = field_example.test |
views_handler_field_math |
class |
core/modules/views/handlers/views_handler_field_math.inc |
Render a mathematical expression as a numeric value |
_file_get_fields_by_type |
function |
core/modules/file/file.module |
Find all fields that are of a certain field type. |
FileFieldDisplayTestCase |
class |
core/modules/file/tests/file.test |
Tests that formatters are working properly. |
DatabaseSchema::addField |
function |
core/includes/database/schema.inc |
Add a new field to a table. |
EntityFieldQuery::addTag |
function |
core/modules/entity/entity.query.inc |
Adds a tag to the query. |
views-view-field.tpl.php |
file |
core/modules/views/templates/views-view-field.tpl.php |
This template is used to print a single field in a view. |
_field_read_fields_cache |
function |
core/modules/field/field.info.inc |
Helper function used by _field_info_collate_fields(). |
file_field_settings_form |
function |
core/modules/file/file.field.inc |
Implements hook_field_settings_form(). |
views_handler_field_file |
class |
core/modules/file/views/views_handler_field_file.inc |
Field handler to provide simple renderer that allows linking to a file. |
field_info_storage_types |
function |
core/modules/field/field.info.inc |
Returns information about field storage from hook_field_storage_info(). |
field_info_field_settings |
function |
core/modules/field/field.info.inc |
Returns a field type's default settings. |
link_field_formatter_info |
function |
core/modules/link/link.module |
Implements hook_field_formatter_info(). |
file_field_formatter_info |
function |
core/modules/file/file.field.inc |
Implements hook_field_formatter_info(). |
link_field_formatter_view |
function |
core/modules/link/link.module |
Implements hook_field_formatter_view(). |
ImageFieldTestCase::setUp |
function |
core/modules/image/tests/image.test |
Sets up a Backdrop site for running functional and integration tests. |
views_handler_field::init |
function |
core/modules/views/handlers/views_handler_field.inc |
init the handler with necessary data. |
theme_field_ui_view_modes |
function |
core/modules/field_ui/field_ui.theme.inc |
Returns HTML for the entity display mode table. |
file_field_widget_process |
function |
core/modules/file/file.field.inc |
Render API callback: Processes a file_generic field element. |
field_ui_display_overview |
function |
core/modules/field_ui/field_ui.admin.inc |
Form constructor for the field display settings for a given display mode. |
file_field_formatter_view |
function |
core/modules/file/file.field.inc |
Implements hook_field_formatter_view(). |
ViewsHandlerFieldDateTest |
class |
core/modules/views/tests/handlers/views_handler_field_date.test |
Tests the core views_handler_field_date handler. |