| FieldAttachStorageTestCase::testFieldAttachLoadMultiple | function | core/modules/field/tests/field.test | Test the 'multiple' load feature. | 
          
                  | FieldAttachStorageTestCase::testFieldAttachDeleteBundle | function | core/modules/field/tests/field.test | Test field_attach_delete_bundle(). | 
          
                  | TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets | function | core/modules/taxonomy/tests/taxonomy.test | Test widgets. | 
          
                  | date_views_argument_handler_simple::get_default_argument | function | core/modules/date/views/date_views_argument_handler_simple.inc | Set the empty argument value to the current date. | 
          
                  | DatabaseLoggingTestCase::testEnableTargetLoggingNoTarget | function | core/modules/simpletest/tests/database_test.test | Test that logs to separate targets collapse to the same connection properly. | 
          
                  | FieldAttachStorageTestCase::testFieldStorageDetailsAlter | function | core/modules/field/tests/field.test | Test storage details alteration. | 
          
                  | redirect_handler_filter_redirect_type::get_value_options | function | core/modules/redirect/views/redirect_handler_filter_redirect_type.inc | Child classes should be used to override this function and set the
'value options', unless 'options callback' is defined as a valid function
or static public method to generate these values. | 
          
                  | views_handler_filter_user_permissions::get_value_options | function | core/modules/user/views/views_handler_filter_user_permissions.inc | Child classes should be used to override this function and set the
'value options', unless 'options callback' is defined as a valid function
or static public method to generate these values. | 
          
                  | views_plugin_argument_default_current_user::get_argument | function | core/modules/user/views/views_plugin_argument_default_current_user.inc | Return the default argument. | 
          
                  | ViewsHandlerFilterEqualityTest::getGroupedExposedFilters | function | core/modules/views/tests/handlers/views_handler_filter_equality.test |  | 
          
                  | FileFieldWidgetTestCase::testTemporaryFileRemovalExploit | function | core/modules/file/tests/file.test | Tests exploiting the temporary file removal of another user using fid. | 
          
                  | views_handler_filter_boolean_operator::get_value_options | function | core/modules/views/handlers/views_handler_filter_boolean_operator.inc | Return the possible options for this filter. | 
          
                  | BackdropGetQueryArrayTestCase::testBackdropGetQueryArray | function | core/modules/simpletest/tests/common.test | Tests that backdrop_get_query_array() correctly explodes query parameters. | 
          
                  | views_plugin_argument_default_taxonomy_tid::get_argument | function | core/modules/taxonomy/views/views_plugin_argument_default_taxonomy_tid.inc | Return the default argument. | 
          
                  | InstallerLanguageTestCase::testInstallerTranslationFiles | function | core/modules/simpletest/tests/installer.test | Tests that the installer can find translation files. | 
          
                  | views_test_plugin_access_test_static::get_access_callback | function | core/modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_static.inc | Determine the access callback and arguments. | 
          
                  | FormsFormStorageTestCase::testCachedFormStorageValidation | function | core/modules/simpletest/tests/form.test | Tests updating cached form storage during form validation. | 
          
                  | FieldAttachStorageTestCase::testFieldAttachSaveMissingData | function | core/modules/field/tests/field.test | Tests insert and update with missing or NULL fields. | 
          
                  | views_test_plugin_access_test_dynamic::get_access_callback | function | core/modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_dynamic.inc | Determine the access callback and arguments. | 
          
                  | FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit | function | core/modules/file/tests/file.test | Helper for testing exploiting the temporary file removal using fid. | 
          
                  | views_handler_field_node_revision_link::get_revision_entity | function | core/modules/node/views/views_handler_field_node_revision_link.inc | Returns the revision values of a node. | 
          
                  | ViewsUIWizardJumpMenuTestCase::createTaxonomyTermAndGetPath | function | core/modules/views/tests/views_ui.test | Helper function to create a taxonomy term and return its expected path. | 
          
                  | ViewsUIWizardJumpMenuTestCase::createNodeRevisionAndGetPath | function | core/modules/views/tests/views_ui.test | Helper function to create a node revision and return its expected path. | 
          
                  | FormsFormStorageTestCase::testImmutableFormLegacyProtection | function | core/modules/simpletest/tests/form.test | Verify that existing contrib code cannot overwrite immutable form state. | 
          
                  | views_handler_relationship_groupwise_max::get_temporary_view | function | core/modules/views/handlers/views_handler_relationship_groupwise_max.inc | Helper function to create a pseudo view. | 
          
                  | FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle | function | core/modules/field/tests/field.test | Test field_attach_create_bundle() and field_attach_rename_bundle(). | 
          
                  | EntityReferenceSelectionHandlerViews::getReferencableEntities | function | core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc | Implements EntityReferenceHandler::getReferencableEntities(). | 
          
                  | EntityReferenceSelectionHandlerBroken::getReferencableEntities | function | core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc |  | 
          
                  | EntityReferenceSelectionHandlerGeneric::getReferencableEntities | function | core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc | Implements EntityReferenceHandler::getReferencableEntities(). | 
          
                  | EntityReferenceSelectionHandlerInterface::getReferencableEntities | function | core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc | Return a list of referenceable entities. | 
          
                  | FileFieldWidgetTestCase::testTemporaryFileRemovalExploitAnonymous | function | core/modules/file/tests/file.test | Tests exploiting the temporary file removal for anonymous users using fid. | 
          
                  | ViewsHandlerManyToOneTest::getReducedExposedGroupedOptionsTestView | function | core/modules/views/tests/handlers/views_handler_manytoone.test | Generates test_not view. | 
          
                  | FieldAttachStorageTestCase::testFieldAttachSaveLoadDifferentStorage | function | core/modules/field/tests/field.test | Test saving and loading fields using different storage backends. | 
          
                  | FieldAttachStorageTestCase::testFieldAttachSaveMissingDataDefaultValue | function | core/modules/field/tests/field.test | Test insert with missing or NULL fields, with default value. | 
          
                  | FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsSameColumn | function | core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test | Test handling multiple conditions on one column of a field. | 
          
                  | DatabaseStatementPrefetchGadgetChainTestCase::testUpdateQueryGadgetChain | function | core/modules/simpletest/tests/database_test.test | Tests unserialization within the UpdateQuery class. | 
          
                  | DatabaseStatementPrefetchGadgetChainTestCase::testThemeRegistryGadgetChain | function | core/modules/simpletest/tests/database_test.test | Tests unserialization within the theme registry. | 
          
                  | EntityReferenceSelectionHandlerGeneric_taxonomy_term::getReferencableEntities | function | core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc | Implements EntityReferenceHandler::getReferencableEntities(). | 
          
                  | FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumns | function | core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test | Test handling multiple conditions on multiple columns of one field. | 
          
                  | FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumnsMultipleLanguages | function | core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test | Test handling multiple conditions on multiple columns of one field for multiple languages. |