|
hook_field_storage_query |
function |
drupal-7.x/modules/field/field.api.php |
Execute an EntityFieldQuery. |
|
image_field_delete_field |
function |
drupal-7.x/modules/image/image.module |
Implements hook_field_delete_field(). |
|
image_field_update_field |
function |
drupal-7.x/modules/image/image.module |
Implements hook_field_update_field(). |
|
hook_field_display_alter |
function |
drupal-7.x/modules/field/field.api.php |
Alters the display settings of a field before it gets displayed. |
|
hook_field_update_forbid |
function |
drupal-7.x/modules/field/field.api.php |
Forbid a field update from occurring. |
|
TextFieldTestCase::setUp |
function |
drupal-7.x/modules/field/modules/text/text.test |
Sets up a Drupal site for running functional and integration tests. |
|
hook_field_read_instance |
function |
drupal-7.x/modules/field/field.api.php |
Act on a field record being read from the database. |
|
hook_field_storage_purge |
function |
drupal-7.x/modules/field/field.api.php |
Remove field storage information when field data is purged. |
|
_field_test_storage_data |
function |
drupal-7.x/modules/field/tests/field_test.storage.inc |
Helper function: stores or retrieves data from the 'storage backend'. |
|
EntityFieldQuery::$order |
property |
drupal-7.x/includes/entity.inc |
List of order clauses. |
|
EntityFieldQuery::$range |
property |
drupal-7.x/includes/entity.inc |
The query range. |
|
EntityFieldQuery::$pager |
property |
drupal-7.x/includes/entity.inc |
The query pager data. |
|
EntityFieldQuery::$count |
property |
drupal-7.x/includes/entity.inc |
TRUE if this is a count query, FALSE if it isn't. |
|
_field_sort_items_helper |
function |
drupal-7.x/modules/field/field.module |
Sort function for items order.
(copied form element_sort(), which acts on #weight keys) |
|
EntityFieldQueryTestCase |
class |
drupal-7.x/modules/simpletest/tests/entity_query.test |
Tests EntityFieldQuery. |
|
field_view_mode_settings |
function |
drupal-7.x/modules/field/field.module |
Returns view mode settings in a given bundle. |
|
EntityFieldQuery::deleted |
function |
drupal-7.x/includes/entity.inc |
Filters on the data being deleted. |
|
options_field_widget_info |
function |
drupal-7.x/modules/field/modules/options/options.module |
Implements hook_field_widget_info(). |
|
options_field_widget_form |
function |
drupal-7.x/modules/field/modules/options/options.module |
Implements hook_field_widget_form(). |
|
EntityFieldQuery::execute |
function |
drupal-7.x/includes/entity.inc |
Executes the query. |
|
template_preprocess_field |
function |
drupal-7.x/modules/field/field.module |
Theme preprocess function for theme_field() and field.tpl.php. |
|
ImageFieldDisplayTestCase |
class |
drupal-7.x/modules/image/image.test |
Test class to check that formatters and display settings are working. |
|
_field_sql_storage_schema |
function |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.module |
Return the database schema for a field. This may contain one or
more tables. Each table will contain the columns relevant for the
specified field. Leave the $field's 'columns' and 'indexes' keys
empty to get only the base schema. |
|
field_attach_prepare_view |
function |
drupal-7.x/modules/field/field.attach.inc |
Prepare field data prior to display. |
|
FileFieldRevisionTestCase |
class |
drupal-7.x/modules/file/tests/file.test |
Tests file handling with node revisions. |
|
field_available_languages |
function |
drupal-7.x/modules/field/field.multilingual.inc |
Collects the available languages for the given entity type and field. |
|
FileFieldValidateTestCase |
class |
drupal-7.x/modules/file/tests/file.test |
Tests various validations. |
|
file_field_formatter_info |
function |
drupal-7.x/modules/file/file.field.inc |
Implements hook_field_formatter_info(). |
|
field_multiple_value_form |
function |
drupal-7.x/modules/field/field.form.inc |
Special handling to create form elements for multiple values. |
|
field_default_form_errors |
function |
drupal-7.x/modules/field/field.form.inc |
Transfer field-level validation errors to widgets. |
|
file_field_widget_process |
function |
drupal-7.x/modules/file/file.field.inc |
An element #process callback for the file_generic field type. |
|
_field_form_state_parents |
function |
drupal-7.x/modules/field/field.form.inc |
Returns the location of processing information within $form_state. |
|
file_field_formatter_view |
function |
drupal-7.x/modules/file/file.field.inc |
Implements hook_field_formatter_view(). |
|
list_field_formatter_info |
function |
drupal-7.x/modules/field/modules/list/list.module |
Implements hook_field_formatter_info(). |
|
list_field_formatter_view |
function |
drupal-7.x/modules/field/modules/list/list.module |
Implements hook_field_formatter_view(). |
|
_field_info_collate_types |
function |
drupal-7.x/modules/field/field.info.inc |
Collates all information on field types, widget types and related structures. |
|
_field_info_prepare_field |
function |
drupal-7.x/modules/field/field.info.inc |
Prepares a field definition for the current run-time context. |
|
DatabaseSchema::dropField |
function |
drupal-7.x/includes/database/schema.inc |
Drop a field. |
|
field_info_field_settings |
function |
drupal-7.x/modules/field/field.info.inc |
Returns a field type's default settings. |
|
number_field_widget_error |
function |
drupal-7.x/modules/field/modules/number/number.module |
Implements hook_field_widget_error(). |
|
FieldInfo::$unknownFields |
property |
drupal-7.x/modules/field/field.info.class.inc |
Separately tracks requested field names or IDs that do not exist. |
|
field_sql_storage.install |
file |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.install |
Install, update and uninstall functions for the field_sql_storage module. |
|
MergeQuery::$insertFields |
property |
drupal-7.x/includes/database/query.inc |
An array of fields on which to insert. |
|
MergeQuery::$updateFields |
property |
drupal-7.x/includes/database/query.inc |
An array of fields that will be updated. |
|
field_ui_inactive_message |
function |
drupal-7.x/modules/field_ui/field_ui.admin.inc |
Displays a message listing the inactive fields of a given bundle. |
|
field_ui_table_pre_render |
function |
drupal-7.x/modules/field_ui/field_ui.admin.inc |
Pre-render callback for field_ui_table elements. |
|
profile_field_form_submit |
function |
drupal-7.x/modules/profile/profile.admin.inc |
Process profile_field_form submissions. |
|
TaxonomyTermFieldTestCase |
class |
drupal-7.x/modules/taxonomy/taxonomy.test |
Tests for taxonomy term field and formatter. |
|
image_field_settings_form |
function |
drupal-7.x/modules/image/image.field.inc |
Implements hook_field_settings_form(). |
|
field_ui_widget_type_form |
function |
drupal-7.x/modules/field_ui/field_ui.admin.inc |
Form constructor for the widget selection form. |