Search for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldUIManageFieldsTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| FieldUIManageFieldsTestCase::testCRUDFields | function | modules/ |
Runs the field CRUD tests. |
| FieldUIManageFieldsTestCase::testDefaultValue | function | modules/ |
Tests that default value is correctly validated and saved. |
| FieldUIManageFieldsTestCase::testDeleteField | function | modules/ |
Tests that deletion removes fields and instances as expected. |
| FieldUIManageFieldsTestCase::testDuplicateFieldName | function | modules/ |
Tests that a duplicate field name is caught by validation. |
| FieldUIManageFieldsTestCase::testExternalDestinations | function | modules/ |
Tests that external URLs in the 'destinations' query parameter are blocked. |
| FieldUIManageFieldsTestCase::testHiddenFields | function | modules/ |
Tests that Field UI respects the 'no_ui' option in hook_field_info(). |
| FieldUIManageFieldsTestCase::testRenameBundle | function | modules/ |
Tests renaming a bundle. |
| FieldUIManageFieldsTestCase::updateField | function | modules/ |
Tests editing an existing field. |
| FieldUITestCase | class | modules/ |
Provides common functionality for the Field UI test classes. |
| FieldUITestCase::$hyphen_type | property | modules/ |
|
| FieldUITestCase::$type | property | modules/ |
|
| FieldUITestCase::fieldUIAddExistingField | function | modules/ |
Adds an existing field through the Field UI. |
| FieldUITestCase::fieldUIAddNewField | function | modules/ |
Creates a new field through the Field UI. |
| FieldUITestCase::fieldUIDeleteField | function | modules/ |
Deletes a field instance through the Field UI. |
| FieldUITestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| FieldUpdatePathTestCase | class | modules/ |
Tests the Field 7.0 -> 7.x update path. |
| FieldUpdatePathTestCase::getInfo | function | modules/ |
|
| FieldUpdatePathTestCase::setUp | function | modules/ |
Overrides DrupalWebTestCase::setUp() for upgrade testing. |
| FieldUpdatePathTestCase::testFilledUpgrade | function | modules/ |
Tests that the update is successful. |
| FieldValidationException::$errors | property | modules/ |
|
| FieldValidationException::__construct | function | modules/ |
Constructor for FieldValidationException. |
| field_access | function | modules/ |
Determine whether the user has access to a given field. |
| field_add_more_js | function | modules/ |
Ajax callback in response to a new empty widget being added to the form. |
| field_add_more_submit | function | modules/ |
Submit handler for the "Add another item" button of a field form. |
| field_associate_fields | function | modules/ |
Allows a module to update the database for fields and columns it controls. |
| field_attach_delete_revision | function | modules/ |
Delete field data for a single revision of an existing entity. The passed entity must have a revision id attribute. |
| field_attach_insert | function | modules/ |
Save field data for a new entity. |
| field_attach_load_revision | function | modules/ |
Load all fields for previous versions of a group of entities. |
| field_attach_prepare_translation | function | modules/ |
Prepares an entity for translation. |
| field_attach_preprocess | function | modules/ |
Populate the template variables with the field values available for rendering. |
| field_attach_presave | function | modules/ |
Perform necessary operations just before fields data get saved. |
| field_attach_submit | function | modules/ |
Perform necessary operations on field data submitted by a form. |
| field_available_languages | function | modules/ |
Collects the available languages for the given entity type and field. |
| field_behaviors_widget | function | modules/ |
Determines the behavior of a widget with respect to an operation. |
| FIELD_BEHAVIOR_CUSTOM | constant | modules/ |
Value for field API indicating a widget can receive several field values. |
| field_bundle_settings | function | modules/ |
Gets or sets administratively defined bundle settings. |
| field_content_languages | function | modules/ |
Returns available content languages. |
| field_create_instance | function | modules/ |
Creates an instance of a field, binding it to a bundle. |
| field_default_extract_form_values | function | modules/ |
Extracts field values from submitted form values. |
| field_default_form_errors | function | modules/ |
Transfer field-level validation errors to widgets. |
| field_default_insert | function | modules/ |
Default field 'insert' operation. |
| field_default_prepare_translation | function | modules/ |
Copies source field values into the entity to be prepared. |
| field_default_submit | function | modules/ |
|
| field_delete_instance | function | modules/ |
Marks a field instance and its data for deletion. |
| field_extra_fields_get_display | function | modules/ |
Returns the display settings to use for pseudo-fields in a given view mode. |
| field_filter_xss | function | modules/ |
Like filter_xss_admin(), but with a shorter list of allowed tags. |
| field_flush_caches | function | modules/ |
Implements hook_flush_caches(). |
| field_form_get_state | function | modules/ |
Retrieves processing information about a field from $form_state. |
| field_form_set_state | function | modules/ |
Stores processing information about a field in $form_state. |
Pagination
- Previous page
- Page 59
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.