field_test_field_insert |
function |
modules/field/tests/field_test/field_test.field.inc |
Implements hook_field_insert(). |
field_get_default_value |
function |
modules/field/field.module |
Helper function to get the default value for a field on an entity. |
field_attach_preprocess |
function |
modules/field/field.attach.inc |
Populate the template variables with the field values available for rendering. |
field_sync_field_status |
function |
modules/field/field.module |
Refreshes the 'active' and 'storage[active]' properties on fields. |
date_field_widget_error |
function |
modules/date/date.module |
Implements hook_field_widget_error(). |
db_field_set_no_default |
function |
includes/database/database.inc |
Sets a field to have no default value. |
field_ui_view_mode_form |
function |
modules/field_ui/field_ui.admin.inc |
Form builder: Add or edit a display mode name. |
list_field_delete_field |
function |
modules/field/modules/list/list.module |
Implements hook_field_delete_field(). |
file_field_widget_value |
function |
modules/file/file.field.inc |
Render API callback: Retrieves the value for the file_generic field element. |
image_field_widget_form |
function |
modules/image/image.field.inc |
Implements hook_field_widget_form(). |
EntityFieldQuery::$tags |
property |
modules/entity/entity.query.inc |
A list of the tags added to this query. |
file_field_extra_fields |
function |
modules/file/file.module |
Implements hook_field_extra_fields(). |
image_field_widget_info |
function |
modules/image/image.field.inc |
Implements hook_field_widget_info(). |
views_handler_field.inc |
file |
modules/views/handlers/views_handler_field.inc |
@todo. |
EntityFieldQuery::range |
function |
modules/entity/entity.query.inc |
Restricts a query to a given range in the result set. |
field_system_info_alter |
function |
modules/field/field.module |
Implements hook_system_info_alter(). |
EntityFieldQuery::pager |
function |
modules/entity/entity.query.inc |
Enables a pager for the query. |
link_field_widget_error |
function |
modules/link/link.module |
Implements hook_field_widget_error(). |
field_test_field_access |
function |
modules/field/tests/field_test/field_test.field.inc |
Implements hook_field_access(). |
field_defaults_instance |
function |
modules/field/field.crud.inc |
Provides a list of defaults for instance arrays. |
field_validate_instance |
function |
modules/field/field.crud.inc |
Validates a field instance. |
FieldDisplayAPITestCase |
class |
modules/field/tests/field.test |
|
text_field_widget_error |
function |
modules/field/modules/text/text.module |
Implements hook_field_widget_error(). |
field_info_extra_fields |
function |
modules/field/field.info.inc |
Returns a list and settings of pseudo-field elements in a given bundle. |
field_content_languages |
function |
modules/field/field.multilingual.inc |
Returns available content languages. |
FieldBlock::getChildren |
function |
modules/field/field.block.inc |
Creates an array of "child blocks" for display in the "Add Block" dialog. |
FieldBulkDeleteTestCase |
class |
modules/field/tests/field.test |
Unit test class for field bulk delete and batch purge functionality. |
taxonomy_field_validate |
function |
modules/taxonomy/taxonomy.module |
Implements hook_field_validate(). |
field_info_widget_types |
function |
modules/field/field.info.inc |
Returns information about field widgets from hook_field_widget_info(). |
FieldBlock::__construct |
function |
modules/field/field.block.inc |
Create a new Block object. |
hook_field_delete_field |
function |
modules/field/field.api.php |
Act on a field being deleted. |
hook_field_update_field |
function |
modules/field/field.api.php |
Act on a field being updated. |
list_field_update_field |
function |
modules/field/modules/list/list.module |
Implements hook_field_update_field(). |
hook_field_create_field |
function |
modules/field/field.api.php |
Act on a field being created. |
user_field_extra_fields |
function |
modules/user/user.module |
Implements hook_field_extra_fields(). |
link_field_prepare_view |
function |
modules/link/link.module |
Implements hook_field_prepare_view(). |
file_field_prepare_view |
function |
modules/file/file.field.inc |
Implements hook_field_prepare_view(). |
email_field_widget_info |
function |
modules/email/email.module |
Implements hook_field_widget_info(). |
field_test_field_update |
function |
modules/field/tests/field_test/field_test.field.inc |
Implements hook_field_update(). |
TestFieldEntity::access |
function |
modules/field/tests/field_test/field_test.class.inc |
Implements EntityInterface::access(). |
field_test_field_delete |
function |
modules/field/tests/field_test/field_test.field.inc |
Implements hook_field_delete(). |
hook_field_storage_load |
function |
modules/field/field.api.php |
Load field data for a set of entities. |
taxonomy_field_is_empty |
function |
modules/taxonomy/taxonomy.module |
Implements hook_field_is_empty(). |
field_views_field_label |
function |
modules/field/views/field.views.inc |
Returns the label of a certain field. |
hook_field_storage_info |
function |
modules/field/field.api.php |
Expose Field API storage backends. |
EntityFieldQuery::count |
function |
modules/entity/entity.query.inc |
Sets the query to be a count query only. |
hook_field_attach_purge |
function |
modules/field/field.api.php |
Act on field_purge_data(). |
views_handler_field_xss |
class |
modules/views/handlers/views_handler_field.inc |
A handler to run a field through simple XSS filtering. |
email_field_widget_form |
function |
modules/email/email.module |
Implements hook_field_widget_form(). |
views_handler_field_url |
class |
modules/views/handlers/views_handler_field_url.inc |
Field handler to provide simple renderer that turns a URL into a clickable link. |