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 |
---|---|---|---|
field_get_items | function | modules/ |
Returns the field items in the language they currently would be displayed. |
field_has_data | function | modules/ |
Determine whether a field has any data. |
field_has_translation_handler | function | modules/ |
Checks if a module is registered as a translation handler for a given entity. |
field_help | function | modules/ |
Implements hook_help(). |
field_info_bundles | function | modules/ |
Returns information about existing bundles. |
field_info_cache_clear | function | modules/ |
Clears the field info cache without clearing the field data cache. |
field_info_extra_fields | function | modules/ |
Returns a list and settings of pseudo-field elements in a given bundle. |
field_info_field | function | modules/ |
Returns data about an individual field, given a field name. |
field_info_fields | function | modules/ |
Returns all field definitions. |
field_info_field_by_id | function | modules/ |
Returns data about an individual field, given a field ID. |
field_info_field_by_ids | function | modules/ |
Returns the same data as field_info_field_by_id() for every field. |
field_info_field_map | function | modules/ |
Returns a lightweight map of fields across bundles. |
field_info_field_settings | function | modules/ |
Returns a field type's default settings. |
field_info_field_types | function | modules/ |
Returns information about field types from hook_field_info(). |
field_info_formatter_settings | function | modules/ |
Returns a field formatter's default settings. |
field_info_formatter_types | function | modules/ |
Returns information about field formatters from hook_field_formatter_info(). |
field_info_instance | function | modules/ |
Returns an array of instance data for a specific field and bundle. |
field_info_instances | function | modules/ |
Retrieves information about field instances. |
field_info_instance_settings | function | modules/ |
Returns a field type's default instance settings. |
field_info_max_weight | function | modules/ |
Returns the maximum weight of all the components in an entity. |
field_info_storage_settings | function | modules/ |
Returns a field storage type's default settings. |
field_info_storage_types | function | modules/ |
Returns information about field storage from hook_field_storage_info(). |
field_info_widget_settings | function | modules/ |
Returns a field widget's default settings. |
field_info_widget_types | function | modules/ |
Returns information about field widgets from hook_field_widget_info(). |
field_is_translatable | function | modules/ |
Checks whether a field has language support. |
field_language | function | modules/ |
Returns the display language for the fields attached to the given entity. |
FIELD_LOAD_CURRENT | constant | modules/ |
Age argument for loading the most recent version of an entity's field data with field_attach_load(). |
FIELD_LOAD_REVISION | constant | modules/ |
Age argument for loading the version of an entity's field data specified in the entity with field_attach_load(). |
field_modules_disabled | function | modules/ |
Implements hook_modules_disabled(). |
field_modules_enabled | function | modules/ |
Implements hook_modules_enabled(). |
field_multilingual_settings_changed | function | modules/ |
Implements hook_multilingual_settings_changed(). |
field_multiple_value_form | function | modules/ |
Special handling to create form elements for multiple values. |
field_permission | function | modules/ |
Implements hook_permission(). |
field_purge_batch | function | modules/ |
Purges a batch of deleted Field API data, instances, or fields. |
field_purge_data | function | modules/ |
Purges the field data for a single field on a single pseudo-entity. |
field_purge_field | function | modules/ |
Purges a field record from the database. |
field_purge_instance | function | modules/ |
Purges a field instance record from the database. |
field_read_field | function | modules/ |
Reads a single field record directly from the database. |
field_read_fields | function | modules/ |
Reads in fields that match an array of conditions. |
field_read_instance | function | modules/ |
Reads a single instance record from the database. |
field_read_instances | function | modules/ |
Reads in field instances that match an array of conditions. |
field_schema | function | modules/ |
Implements hook_schema(). |
field_sql_storage.info | file | modules/ |
name = Field SQL storage description = Stores field data in an SQL database. package = Core version = VERSION core = 7.x dependencies[] = field files[] = field_sql_storage.test required = TRUE |
field_sql_storage.install | file | modules/ |
Install, update and uninstall functions for the field_sql_storage module. |
field_sql_storage.module | file | modules/ |
Default implementation of the field storage API. |
field_sql_storage.test | file | modules/ |
Tests for field_sql_storage.module. |
field_sql_storage_field_attach_rename_bundle | function | modules/ |
Implements hook_field_attach_rename_bundle(). |
field_sql_storage_field_storage_create_field | function | modules/ |
Implements hook_field_storage_create_field(). |
field_sql_storage_field_storage_delete | function | modules/ |
Implements hook_field_storage_delete(). |
field_sql_storage_field_storage_delete_field | function | modules/ |
Implements hook_field_storage_delete_field(). |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.