|
field_attach_validate |
function |
drupal-7.x/modules/field/field.attach.inc |
Perform field validation against the field data in an entity. |
|
field_is_translatable |
function |
drupal-7.x/modules/field/field.multilingual.inc |
Checks whether a field has language support. |
|
FileFieldPathTestCase |
class |
drupal-7.x/modules/file/tests/file.test |
Tests that files are uploaded to proper locations. |
|
file_field_widget_uri |
function |
drupal-7.x/modules/file/file.field.inc |
Determines the URI for a file field instance. |
|
field_add_more_submit |
function |
drupal-7.x/modules/field/field.form.inc |
Submit handler for the "Add another item" button of a field form. |
|
SelectQuery::addField |
function |
drupal-7.x/includes/database/select.inc |
Adds a field to the list to be SELECTed. |
|
field_widget_instance |
function |
drupal-7.x/modules/field/field.form.inc |
Retrieves the instance definition array for a widget's helper callbacks. |
|
number_field_validate |
function |
drupal-7.x/modules/field/modules/number/number.module |
Implements hook_field_validate(). |
|
number_field_is_empty |
function |
drupal-7.x/modules/field/modules/number/number.module |
Implements hook_field_is_empty(). |
|
field_info_max_weight |
function |
drupal-7.x/modules/field/field.info.inc |
Returns the maximum weight of all the components in an entity. |
|
taxonomy_field_schema |
function |
drupal-7.x/modules/taxonomy/taxonomy.install |
Implements hook_field_schema(). |
|
field_test_entity_add |
function |
drupal-7.x/modules/field/tests/field_test.entity.inc |
Menu callback: displays the 'Add new test_entity' form. |
|
field_test_permission |
function |
drupal-7.x/modules/field/tests/field_test.module |
Implements hook_permission(). |
|
field_create_instance |
function |
drupal-7.x/modules/field/field.crud.inc |
Creates an instance of a field, binding it to a bundle. |
|
field_update_instance |
function |
drupal-7.x/modules/field/field.crud.inc |
Updates an instance of a field. |
|
_field_write_instance |
function |
drupal-7.x/modules/field/field.crud.inc |
Stores an instance record in the field configuration database. |
|
field_delete_instance |
function |
drupal-7.x/modules/field/field.crud.inc |
Marks a field instance and its data for deletion. |
|
field_ui_element_info |
function |
drupal-7.x/modules/field_ui/field_ui.module |
Implements hook_element_info(). |
|
hook_field_info_alter |
function |
drupal-7.x/modules/field/field.api.php |
Perform alterations on Field API field types. |
|
user_field_info_alter |
function |
drupal-7.x/modules/user/user.module |
Implements hook_field_info_alter(). |
|
hook_field_read_field |
function |
drupal-7.x/modules/field/field.api.php |
Act on field records being read from the database. |
|
FIELD_BEHAVIOR_CUSTOM |
constant |
drupal-7.x/modules/field/field.module |
Value for field API indicating a widget can receive several field values. |
|
field_test_field_info |
function |
drupal-7.x/modules/field/tests/field_test.field.inc |
Implements hook_field_info(). |
|
field_modules_enabled |
function |
drupal-7.x/modules/field/field.module |
Implements hook_modules_enabled(). |
|
field_test_field_load |
function |
drupal-7.x/modules/field/tests/field_test.field.inc |
Implements hook_field_load(). |
|
field_bundle_settings |
function |
drupal-7.x/modules/field/field.module |
Gets or sets administratively defined bundle settings. |
|
field_test.storage.inc |
file |
drupal-7.x/modules/field/tests/field_test.storage.inc |
Defines a field storage backend. |
|
template_process_field |
function |
drupal-7.x/modules/field/field.module |
Theme process function for theme_field() and field.tpl.php. |
|
_field_invoke_multiple |
function |
drupal-7.x/modules/field/field.attach.inc |
Invoke a field hook across fields on multiple entities. |
|
field_sql_storage_help |
function |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_help(). |
|
field_default_validate |
function |
drupal-7.x/modules/field/field.default.inc |
Generic field validation handler. |
|
file_field_delete_file |
function |
drupal-7.x/modules/file/file.field.inc |
Decrements the usage count for a file and attempts to delete it. |
|
SelectQuery::getFields |
function |
drupal-7.x/includes/database/select.inc |
Returns a reference to the fields array for this query. |
|
file_field_widget_info |
function |
drupal-7.x/modules/file/file.field.inc |
Implements hook_field_widget_info(). |
|
file_field_widget_form |
function |
drupal-7.x/modules/file/file.field.inc |
Implements hook_field_widget_form(). |
|
field_info_cache_clear |
function |
drupal-7.x/modules/field/field.info.inc |
Clears the field info cache without clearing the field data cache. |
|
field_behaviors_widget |
function |
drupal-7.x/modules/field/field.info.inc |
Determines the behavior of a widget with respect to an operation. |
|
field_info_field_types |
function |
drupal-7.x/modules/field/field.info.inc |
Returns information about field types from hook_field_info(). |
|
taxonomy_field_presave |
function |
drupal-7.x/modules/taxonomy/taxonomy.module |
Implements hook_field_presave(). |
|
field_info_field_by_id |
function |
drupal-7.x/modules/field/field.info.inc |
Returns data about an individual field, given a field ID. |
|
field_test_entity_info |
function |
drupal-7.x/modules/field/tests/field_test.entity.inc |
Implements hook_entity_info(). |
|
field_test_entity_save |
function |
drupal-7.x/modules/field/tests/field_test.entity.inc |
Saves a test_entity. |
|
FieldInfo::$fieldsById |
property |
drupal-7.x/modules/field/field.info.class.inc |
List of $field structures keyed by ID. Includes deleted fields. |
|
field_test_entity_edit |
function |
drupal-7.x/modules/field/tests/field_test.entity.inc |
Menu callback: displays the 'Edit exiisting test_entity' form. |
|
field_test_entity_form |
function |
drupal-7.x/modules/field/tests/field_test.entity.inc |
Test_entity form. |
|
field_sql_storage.info |
file |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.info |
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.test |
file |
drupal-7.x/modules/field/modules/field_sql_storage/field_sql_storage.test |
Tests for field_sql_storage.module. |
|
FieldInfo::getFieldMap |
function |
drupal-7.x/modules/field/field.info.class.inc |
Collects a lightweight map of fields across bundles. |
|
_field_ui_reduce_order |
function |
drupal-7.x/modules/field_ui/field_ui.admin.inc |
Determines the rendering order of an array representing a tree. |
|
field.multilingual.inc |
file |
drupal-7.x/modules/field/field.multilingual.inc |
Functions implementing Field API multilingual support. |