FieldAttachOtherTestCase::testFieldAttachView |
function |
drupal/modules/field/tests/field.test |
Test field_attach_view() and field_attach_prepare_view(). |
FieldAttachOtherTestCase::testFieldAttachForm |
function |
drupal/modules/field/tests/field.test |
Test field_attach_form(). |
FieldUIManageFieldsTestCase::manageFieldsPage |
function |
drupal/modules/field_ui/field_ui.test |
Tests the manage fields page. |
FieldUIManageFieldsTestCase::addExistingField |
function |
drupal/modules/field_ui/field_ui.test |
Tests adding an existing field in another content type. |
FieldUIManageFieldsTestCase::testDefaultValue |
function |
drupal/modules/field_ui/field_ui.test |
Tests that default value is correctly validated and saved. |
FieldUIManageFieldsTestCase::testHiddenFields |
function |
drupal/modules/field_ui/field_ui.test |
Tests that Field UI respects the 'no_ui' option in hook_field_info(). |
FieldUIManageFieldsTestCase::testRenameBundle |
function |
drupal/modules/field_ui/field_ui.test |
Tests renaming a bundle. |
FieldCrudTestCase::testUpdateNonExistentField |
function |
drupal/modules/field/tests/field.test |
|
FieldUIManageDisplayTestCase::testFormatterUI |
function |
drupal/modules/field_ui/field_ui.test |
Tests formatter settings. |
FieldBulkDeleteTestCase::_generateStubEntities |
function |
drupal/modules/field/tests/field.test |
Convenience function for Field API tests. |
FieldBulkDeleteTestCase::checkHooksInvocations |
function |
drupal/modules/field/tests/field.test |
Tests that the expected hooks have been invoked on the expected entities. |
ListFieldUITestCase::testListAllowedValuesText |
function |
drupal/modules/field/modules/list/tests/list.test |
List (text) : test 'allowed values' input. |
hook_field_widget_properties_ENTITY_TYPE_alter |
function |
drupal/modules/field/field.api.php |
Alters the widget properties of a field instance on a given entity type
before it gets displayed. |
EntityFieldQueryTestCase::testEntityFieldQuery |
function |
drupal/modules/simpletest/tests/entity_query.test |
Tests EntityFieldQuery. |
FileFieldWidgetTestCase::testMultiValuedWidget |
function |
drupal/modules/file/tests/file.test |
Tests upload and remove buttons for multiple multi-valued File fields. |
field_test_query_store_global_test_query_alter |
function |
drupal/modules/field/tests/field_test.module |
Implements hook_query_TAG_alter() for tag 'store_global_test_query'. |
_field_ui_field_overview_form_validate_add_new |
function |
drupal/modules/field_ui/field_ui.admin.inc |
Validates the 'add new field' row of field_ui_field_overview_form(). |
DatabaseInsertTestCase::testInsertSelectFields |
function |
drupal/modules/simpletest/tests/database_test.test |
Test that the INSERT INTO ... SELECT (fields) ... syntax works. |
FieldAttachOtherTestCase::testFieldAttachCache |
function |
drupal/modules/field/tests/field.test |
Test field cache. |
FieldFormTestCase::testFieldFormSingleRequired |
function |
drupal/modules/field/tests/field.test |
|
FieldFormTestCase::testFieldFormMultipleWidget |
function |
drupal/modules/field/tests/field.test |
Tests widgets handling multiple values. |
ListFieldUITestCase::testListAllowedValuesFloat |
function |
drupal/modules/field/modules/list/tests/list.test |
List (float) : test 'allowed values' input. |
field_test_query_efq_table_prefixing_test_alter |
function |
drupal/modules/field/tests/field_test.module |
Implements hook_query_TAG_alter() for tag 'efq_table_prefixing_test'. |
FieldSqlStorageTestCase::testFieldUpdateFailure |
function |
drupal/modules/field/modules/field_sql_storage/field_sql_storage.test |
Test that failure to create fields is handled gracefully. |
field_test_entity_form_submit_build_test_entity |
function |
drupal/modules/field/tests/field_test.entity.inc |
Updates the form state's entity by processing this submission's values. |
field_sql_storage_field_storage_delete_revision |
function |
drupal/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_delete_revision(). |
field_sql_storage_field_storage_delete_instance |
function |
drupal/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_delete_instance(). |
FileTaxonomyTermTestCase::createAttachFileField |
function |
drupal/modules/file/tests/file.test |
Creates a file field and attaches it to the "Tags" taxonomy vocabulary. |
FileFieldAnonymousSubmission::testAnonymousNode |
function |
drupal/modules/file/tests/file.test |
Tests the basic node submission for an anonymous visitor. |
FileFieldWidgetTestCase::testSingleValuedWidget |
function |
drupal/modules/file/tests/file.test |
Tests upload and remove buttons for a single-valued File field. |
FileFieldWidgetTestCase::testPrivateFileSetting |
function |
drupal/modules/file/tests/file.test |
Tests a file field with a "Private files" upload destination setting. |
FileFieldWidgetTestCase::testPrivateFileComment |
function |
drupal/modules/file/tests/file.test |
Tests that download restrictions on private files work on comments. |
TextTranslationTestCase::testTextFieldFormatted |
function |
drupal/modules/field/modules/text/text.test |
Check that user that does not have access the field format cannot see the
source value when creating a translation. |
LocaleMultilingualFieldsFunctionalTest::getInfo |
function |
drupal/modules/locale/locale.test |
|
FieldAttachOtherTestCase::testFieldAttachSubmit |
function |
drupal/modules/field/tests/field.test |
Test field_attach_submit(). |
FieldBulkDeleteTestCase::testDeleteFieldInstance |
function |
drupal/modules/field/tests/field.test |
Verify that deleting an instance leaves the field data items in
the database and that the appropriate Field API functions can
operate on the deleted data and instance. |
FieldSqlStorageTestCase::testFieldStorageDetails |
function |
drupal/modules/field/modules/field_sql_storage/field_sql_storage.test |
Test the storage details. |
EntityFieldQueryTestCase::assertEntityFieldQuery |
function |
drupal/modules/simpletest/tests/entity_query.test |
Fetches the results of an EntityFieldQuery and compares. |
TextFieldTestCase::testTextfieldWidgetsFormatted |
function |
drupal/modules/field/modules/text/text.test |
Test widgets + 'formatted_text' setting. |
FieldUIManageFieldsTestCase::assertFieldSettings |
function |
drupal/modules/field_ui/field_ui.test |
Asserts field settings are as expected. |
FieldUIManageDisplayTestCase::testViewModeCustom |
function |
drupal/modules/field_ui/field_ui.test |
Tests switching view modes to use custom or 'default' settings'. |
FieldUIManageDisplayTestCase::assertNodeViewText |
function |
drupal/modules/field_ui/field_ui.test |
Asserts that a string is found in the rendered node in a view mode. |
FieldInstanceCrudTestCase::testReadFieldInstance |
function |
drupal/modules/field/tests/field.test |
Test reading back an instance definition. |
ListFieldUITestCase::testListAllowedValuesInteger |
function |
drupal/modules/field/modules/list/tests/list.test |
List (integer) : test 'allowed values' input. |
ListFieldUITestCase::testListAllowedValuesBoolean |
function |
drupal/modules/field/modules/list/tests/list.test |
List (boolen) : test 'On/Off' values input. |
DatabaseSelectTestCase::testSimpleSelectAllFields |
function |
drupal/modules/simpletest/tests/database_test.test |
Test adding all fields from a given table to a select statement. |
TextFieldTestCase::_testTextfieldWidgetsFormatted |
function |
drupal/modules/field/modules/text/text.test |
Helper function for testTextfieldWidgetsFormatted(). |
FieldAttachStorageTestCase::testFieldAttachDelete |
function |
drupal/modules/field/tests/field.test |
Test field_attach_delete(). |
ImageFieldDisplayTestCase::testImageFieldSettings |
function |
drupal/modules/image/image.test |
Tests for image field settings. |
FieldAttachOtherTestCase::testFieldAttachValidate |
function |
drupal/modules/field/tests/field.test |
Test field_attach_validate(). |