|
hook_field_update |
function |
drupal-7.x/modules/field/field.api.php |
Define custom update behavior for this module's field data. |
|
hook_field_delete |
function |
drupal-7.x/modules/field/field.api.php |
Define custom delete behavior for this module's field data. |
|
FieldFormTestCase |
class |
drupal-7.x/modules/field/tests/field.test |
|
|
field.default.inc |
file |
drupal-7.x/modules/field/field.default.inc |
Default 'implementations' of hook_field_*(): common field housekeeping. |
|
FieldCrudTestCase |
class |
drupal-7.x/modules/field/tests/field.test |
|
|
ProfileTestFields |
class |
drupal-7.x/modules/profile/profile.test |
|
|
TextFieldTestCase |
class |
drupal-7.x/modules/field/modules/text/text.test |
|
|
NoFieldsException |
class |
drupal-7.x/includes/database/database.inc |
Exception thrown if an insert query doesn't specify insert or default fields. |
|
hook_field_access |
function |
drupal-7.x/modules/field/field.api.php |
Determine whether the user has access to a given field. |
|
text_field_schema |
function |
drupal-7.x/modules/field/modules/text/text.install |
Implements hook_field_schema(). |
|
_field_sort_items |
function |
drupal-7.x/modules/field/field.module |
Helper function to sort items in a field according to
user drag-n-drop reordering. |
|
field_test.install |
file |
drupal-7.x/modules/field/tests/field_test.install |
Install, update and uninstall functions for the field_test module. |
|
Field Language API |
group |
drupal-7.x/modules/field/field.multilingual.inc |
Handling of multilingual fields. |
|
file_field_presave |
function |
drupal-7.x/modules/file/file.field.inc |
Implements hook_field_presave(). |
|
field_default_view |
function |
drupal-7.x/modules/field/field.default.inc |
Builds a renderable array for one field on one entity instance. |
|
field_default_form |
function |
drupal-7.x/modules/field/field.form.inc |
Creates a form element for a field and can populate it with a default value. |
|
field_widget_field |
function |
drupal-7.x/modules/field/field.form.inc |
Retrieves the field definition for a widget's helper callbacks. |
|
image_field_schema |
function |
drupal-7.x/modules/image/image.install |
Implements hook_field_schema(). |
|
field_info_bundles |
function |
drupal-7.x/modules/field/field.info.inc |
Returns information about existing bundles. |
|
field_ui.admin.inc |
file |
drupal-7.x/modules/field_ui/field_ui.admin.inc |
Administrative interface for custom field type creation. |
|
field_test_install |
function |
drupal-7.x/modules/field/tests/field_test.install |
Implements hook_install(). |
|
field_create_field |
function |
drupal-7.x/modules/field/field.crud.inc |
Creates a field. |
|
field_update_field |
function |
drupal-7.x/modules/field/field.crud.inc |
Updates a field. |
|
field_delete_field |
function |
drupal-7.x/modules/field/field.crud.inc |
Marks a field and its instances and data for deletion. |
|
field_ui_menu_load |
function |
drupal-7.x/modules/field_ui/field_ui.module |
Menu loader; Load a field instance based on field and bundle name. |
|
MergeQuery::fields |
function |
drupal-7.x/includes/database/query.inc |
Sets common field-value pairs in the INSERT and UPDATE query parts. |
|
profile_view_field |
function |
drupal-7.x/modules/profile/profile.module |
|
|
hook_field_presave |
function |
drupal-7.x/modules/field/field.api.php |
Define custom presave behavior for this module's field types. |
|
profile_field_form |
function |
drupal-7.x/modules/profile/profile.admin.inc |
Menu callback: Generate a form to add/edit a user profile field. |
|
image_field_insert |
function |
drupal-7.x/modules/image/image.field.inc |
Implements hook_field_insert(). |
|
image_field_update |
function |
drupal-7.x/modules/image/image.field.inc |
Implements hook_field_update(). |
|
image_field_delete |
function |
drupal-7.x/modules/image/image.field.inc |
Implements hook_field_delete(). |
|
FIELD_LOAD_CURRENT |
constant |
drupal-7.x/modules/field/field.module |
Age argument for loading the most recent version of an entity's
field data with field_attach_load(). |
|
ImageFieldTestCase |
class |
drupal-7.x/modules/image/image.test |
This class provides methods specifically for testing Image's field handling. |
|
field_flush_caches |
function |
drupal-7.x/modules/field/field.module |
Implements hook_flush_caches(). |
|
field_attach_submit |
function |
drupal-7.x/modules/field/field.attach.inc |
Perform necessary operations on field data submitted by a form. |
|
field_attach_insert |
function |
drupal-7.x/modules/field/field.attach.inc |
Save field data for a new entity. |
|
field_attach_update |
function |
drupal-7.x/modules/field/field.attach.inc |
Save field data for an existing entity. |
|
field_attach_delete |
function |
drupal-7.x/modules/field/field.attach.inc |
Delete field data for an existing entity. This deletes all
revisions of field data for the entity. |
|
node_add_body_field |
function |
drupal-7.x/modules/node/node.module |
Adds default body field to a node type. |
|
file_field_is_empty |
function |
drupal-7.x/modules/file/file.field.inc |
Implements hook_field_is_empty(). |
|
list_field_validate |
function |
drupal-7.x/modules/field/modules/list/list.module |
Implements hook_field_validate(). |
|
list_field_is_empty |
function |
drupal-7.x/modules/field/modules/list/list.module |
Implements hook_field_is_empty(). |
|
SelectQuery::fields |
function |
drupal-7.x/includes/database/select.inc |
Add multiple fields from the same table to be SELECTed. |
|
taxonomy_field_info |
function |
drupal-7.x/modules/taxonomy/taxonomy.module |
Implements hook_field_info(). |
|
NumberFieldTestCase |
class |
drupal-7.x/modules/field/modules/number/number.test |
Tests for number field types. |
|
InsertQuery::fields |
function |
drupal-7.x/includes/database/query.inc |
Adds a set of field->value pairs to be inserted. |
|
number_field_schema |
function |
drupal-7.x/modules/field/modules/number/number.install |
Implements hook_field_schema(). |
|
field_info_instance |
function |
drupal-7.x/modules/field/field.info.inc |
Returns an array of instance data for a specific field and bundle. |
|
FieldInfo::getField |
function |
drupal-7.x/modules/field/field.info.class.inc |
Returns a field definition from a field name. |