|
error_test_trigger_pdo_exception |
drupal-7.x/modules/simpletest/tests/error_test.module |
Menu callback; trigger an exception to test the exception handler. |
|
1 |
|
example_form |
documentation-7.x/developer/example.profile |
Form API array definition for the example form. |
|
1 |
|
example_form_alter |
documentation-7.x/developer/example.profile |
Implementation of hook_form_alter(). |
|
|
|
example_form_submit |
documentation-7.x/developer/example.profile |
Form API submit for the example form. |
|
|
|
example_profile_details |
documentation-7.x/developer/example.profile |
Return a description of the profile for the initial installation screen. |
|
|
|
example_profile_modules |
documentation-7.x/developer/example.profile |
Return an array of the modules to be enabled when this profile is installed. |
|
|
|
example_profile_tasks |
documentation-7.x/developer/example.profile |
Perform any final installation tasks for this profile. |
|
|
|
example_profile_task_list |
documentation-7.x/developer/example.profile |
Return a list of tasks that this profile supports. |
|
|
|
field_access |
drupal-7.x/modules/field/field.module |
Determine whether the user has access to a given field. |
3 |
|
|
field_add_more_js |
drupal-7.x/modules/field/field.form.inc |
Ajax callback in response to a new empty widget being added to the form. |
|
1 |
|
field_add_more_submit |
drupal-7.x/modules/field/field.form.inc |
Submit handler for the "Add another item" button of a field form. |
|
1 |
|
field_associate_fields |
drupal-7.x/modules/field/field.module |
Allows a module to update the database for fields and columns it controls. |
2 |
|
|
field_attach_create_bundle |
drupal-7.x/modules/field/field.attach.inc |
Notify field.module that a new bundle was created. |
4 |
|
|
field_attach_delete |
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. |
6 |
|
|
field_attach_delete_bundle |
drupal-7.x/modules/field/field.attach.inc |
Notify field.module the a bundle was deleted. |
7 |
|
|
field_attach_delete_revision |
drupal-7.x/modules/field/field.attach.inc |
Delete field data for a single revision of an existing entity. The
passed entity must have a revision id attribute. |
2 |
|
|
field_attach_form |
drupal-7.x/modules/field/field.attach.inc |
Add form elements for all fields for an entity to a form structure. |
11 |
|
|
field_attach_form_validate |
drupal-7.x/modules/field/field.attach.inc |
Perform field validation against form-submitted field values. |
2 |
|
|
field_attach_insert |
drupal-7.x/modules/field/field.attach.inc |
Save field data for a new entity. |
22 |
|
|
field_attach_load |
drupal-7.x/modules/field/field.attach.inc |
Loads fields for the current revisions of a group of entities. |
22 |
|
|
field_attach_load_revision |
drupal-7.x/modules/field/field.attach.inc |
Load all fields for previous versions of a group of entities. |
5 |
|
|
field_attach_prepare_translation |
drupal-7.x/modules/field/field.attach.inc |
Prepares an entity for translation. |
1 |
|
|
field_attach_prepare_view |
drupal-7.x/modules/field/field.attach.inc |
Prepare field data prior to display. |
13 |
|
|
field_attach_preprocess |
drupal-7.x/modules/field/field.attach.inc |
Populate the template variables with the field values available for rendering. |
5 |
|
|
field_attach_presave |
drupal-7.x/modules/field/field.attach.inc |
Perform necessary operations just before fields data get saved. |
5 |
|
|
field_attach_rename_bundle |
drupal-7.x/modules/field/field.attach.inc |
Notify field.module that a bundle was renamed. |
4 |
|
|
field_attach_submit |
drupal-7.x/modules/field/field.attach.inc |
Perform necessary operations on field data submitted by a form. |
3 |
|
|
field_attach_update |
drupal-7.x/modules/field/field.attach.inc |
Save field data for an existing entity. |
12 |
|
|
field_attach_validate |
drupal-7.x/modules/field/field.attach.inc |
Perform field validation against the field data in an entity. |
5 |
|
|
field_attach_view |
drupal-7.x/modules/field/field.attach.inc |
Returns a renderable array for the fields on an entity. |
10 |
1 |
|
field_available_languages |
drupal-7.x/modules/field/field.multilingual.inc |
Collects the available languages for the given entity type and field. |
14 |
1 |
|
field_behaviors_widget |
drupal-7.x/modules/field/field.info.inc |
Determines the behavior of a widget with respect to an operation. |
4 |
|
|
field_bundle_settings |
drupal-7.x/modules/field/field.module |
Gets or sets administratively defined bundle settings. |
5 |
2 |
|
field_cache_clear |
drupal-7.x/modules/field/field.module |
Clear the field info and field data caches. |
17 |
|
|
field_content_languages |
drupal-7.x/modules/field/field.multilingual.inc |
Returns available content languages. |
4 |
|
|
field_create_field |
drupal-7.x/modules/field/field.crud.inc |
Creates a field. |
74 |
|
|
field_create_instance |
drupal-7.x/modules/field/field.crud.inc |
Creates an instance of a field, binding it to a bundle. |
74 |
|
|
field_cron |
drupal-7.x/modules/field/field.module |
Implements hook_cron(). |
|
|
|
field_default_extract_form_values |
drupal-7.x/modules/field/field.default.inc |
Extracts field values from submitted form values. |
2 |
|
|
field_default_form |
drupal-7.x/modules/field/field.form.inc |
Creates a form element for a field and can populate it with a default value. |
1 |
|
|
field_default_form_errors |
drupal-7.x/modules/field/field.form.inc |
Transfer field-level validation errors to widgets. |
1 |
|
|
field_default_insert |
drupal-7.x/modules/field/field.default.inc |
Default field 'insert' operation. |
|
|
|
field_default_prepare_translation |
drupal-7.x/modules/field/field.default.inc |
Copies source field values into the entity to be prepared. |
|
|
|
field_default_prepare_view |
drupal-7.x/modules/field/field.default.inc |
Invokes hook_field_formatter_prepare_view() on the relevant formatters. |
|
|
|
field_default_submit |
drupal-7.x/modules/field/field.default.inc |
|
1 |
|
|
field_default_validate |
drupal-7.x/modules/field/field.default.inc |
Generic field validation handler. |
|
|
|
field_default_view |
drupal-7.x/modules/field/field.default.inc |
Builds a renderable array for one field on one entity instance. |
|
|
|
field_delete_field |
drupal-7.x/modules/field/field.crud.inc |
Marks a field and its instances and data for deletion. |
9 |
|
|
field_delete_instance |
drupal-7.x/modules/field/field.crud.inc |
Marks a field instance and its data for deletion. |
8 |
|
|
field_extract_bundle |
drupal-7.x/modules/field/field.module |
Helper function to extract the bundle name of from a bundle object. |
4 |
|