Search for Field
- Search 9.5.x for Field
- Search 8.9.x for Field
- Search 10.3.x for Field
- Search 11.x for Field
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
theme_field | function | modules/ |
Returns HTML for a field. |
theme_fieldset | function | includes/ |
Returns HTML for a fieldset form element and its children. |
theme_field_multiple_value_form | function | modules/ |
Returns HTML for an individual form element. |
theme_field_ui_table | function | modules/ |
Returns HTML for Field UI overview tables. |
theme_system_modules_fieldset | function | modules/ |
Returns HTML for the modules form. |
theme_textfield | function | includes/ |
Returns HTML for a textfield form element. |
update.field.test | file | modules/ |
Provides update path tests for the Field module. |
UpdateQuery::$expressionFields | property | includes/ |
Array of fields to update to an expression in case of a duplicate record. |
UpdateQuery::$fields | property | includes/ |
An array of fields that will be updated. |
UpdateQuery::fields | function | includes/ |
Adds a set of field->value pairs to be updated. |
UserRegistrationTestCase::testRegistrationWithUserFields | function | modules/ |
Tests Field API fields on user registration forms. |
user_field_extra_fields | function | modules/ |
Implements hook_field_extra_fields(). |
user_field_info_alter | function | modules/ |
Implements hook_field_info_alter(). |
user_form_field_ui_field_edit_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
user_form_field_ui_field_edit_form_submit | function | modules/ |
Additional submit handler for the 'Edit field instance' form. |
_comment_body_field_create | function | modules/ |
Creates a comment_body field instance for a given node type. |
_field_extra_fields_pre_render | function | modules/ |
Pre-render callback to adjust weights and visibility of non-field elements. |
_field_filter_items | function | modules/ |
Helper function to filter out empty field values. |
_field_filter_xss_allowed_tags | function | modules/ |
List of tags allowed by field_filter_xss(). |
_field_filter_xss_display_allowed_tags | function | modules/ |
Human-readable list of allowed tags, for display in help texts. |
_field_form_state_parents | function | modules/ |
Returns the location of processing information within $form_state. |
_field_info_collate_fields | function | modules/ |
Collates all information on existing fields and instances. |
_field_info_collate_types | function | modules/ |
Collates all information on field types, widget types and related structures. |
_field_info_field_cache | function | modules/ |
Retrieves the FieldInfo object for the current request. |
_field_info_prepare_extra_fields | function | modules/ |
Prepares 'extra fields' for the current run-time context. |
_field_info_prepare_field | function | modules/ |
Prepares a field definition for the current run-time context. |
_field_info_prepare_instance | function | modules/ |
Prepares an instance definition for the current run-time context. |
_field_info_prepare_instance_display | function | modules/ |
Adapts display specifications to the current run-time context. |
_field_info_prepare_instance_widget | function | modules/ |
Prepares widget specifications for the current run-time context. |
_field_invoke | function | modules/ |
Invoke a field hook. |
_field_invoke_default | function | modules/ |
Invoke field.module's version of a field hook. |
_field_invoke_get_instances | function | modules/ |
Helper for _field_invoke(): retrieves a list of instances to operate on. |
_field_invoke_multiple | function | modules/ |
Invoke a field hook across fields on multiple entities. |
_field_invoke_multiple_default | function | modules/ |
Invoke field.module's version of a field hook on multiple entities. |
_field_language_suggestion | function | modules/ |
Process the given language suggestion based on the available languages. |
_field_sort_items | function | modules/ |
Helper function to sort items in a field according to user drag-n-drop reordering. |
_field_sort_items_helper | function | modules/ |
Sort function for items order. (copied form element_sort(), which acts on #weight keys) |
_field_sort_items_value_helper | function | modules/ |
Same as above, using ['_weight']['#value'] |
_field_sql_storage_columnname | function | modules/ |
Generate a column name for a field data table. |
_field_sql_storage_indexname | function | modules/ |
Generate an index name for a field data table. |
_field_sql_storage_query_columnname | function | modules/ |
Field meta condition column callback. |
_field_sql_storage_query_field_conditions | function | modules/ |
Adds field (meta) conditions to the given query objects respecting groupings. |
_field_sql_storage_query_join_entity | function | modules/ |
Adds the base entity table to a field query object. |
_field_sql_storage_revision_tablename | function | modules/ |
Generate a table name for a field revision archive table. |
_field_sql_storage_schema | function | modules/ |
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_sql_storage_tablealias | function | modules/ |
Generates a table alias for a field data table. |
_field_sql_storage_tablename | function | modules/ |
Generate a table name for a field data table. |
_field_sql_storage_write_compare | function | modules/ |
Compare a single field value for both entities and tell us if it changed. |
_field_sql_storage_write_compare_filter | function | modules/ |
Cleanup field values for later values comparison. |
_field_sql_storage_write_compare_filter_callback | function | modules/ |
Callback for array_filter(). |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.