You are here

400 calls to entity_create() in Zircon Profile 8

ActionUnitTest::testDependencies in core/modules/system/src/Tests/Action/ActionUnitTest.php
Tests the dependency calculation of actions.
AggregatorTestBase::getFeedEditObject in core/modules/aggregator/src/Tests/AggregatorTestBase.php
Returns a randomly generated feed edit object.
BlockContentCacheTagsTest::createEntity in core/modules/block_content/src/Tests/BlockContentCacheTagsTest.php
Creates the entity to be tested.
BlockContentSaveTest::testImport in core/modules/block_content/src/Tests/BlockContentSaveTest.php
Checks whether custom block IDs are saved properly during an import.
BlockContentTestBase::createBlockContent in core/modules/block_content/src/Tests/BlockContentTestBase.php
Creates a custom block.
BlockContentTestBase::createBlockContent in core/modules/block_content/src/Tests/Views/BlockContentTestBase.php
Creates a custom block.
BlockContentTestBase::createBlockContentType in core/modules/block_content/src/Tests/BlockContentTestBase.php
Creates a custom block type (bundle).
BlockContentTestBase::createBlockContentType in core/modules/block_content/src/Tests/Views/BlockContentTestBase.php
Creates a custom block type (bundle).
BlockContentTranslationUITest::createBlockContent in core/modules/block_content/src/Tests/BlockContentTranslationUITest.php
Creates a custom block.
BlockContentTranslationUITest::setupBundle in core/modules/block_content/src/Tests/BlockContentTranslationUITest.php
Creates or initializes the bundle date if needed.
BlockContentTranslationUITest::testDisabledBundle in core/modules/block_content/src/Tests/BlockContentTranslationUITest.php
Test that no metadata is stored for a disabled bundle.
BlockDependenciesTest::createBlock in core/modules/views/src/Tests/Plugin/BlockDependenciesTest.php
Creates a block instance based on default settings.
BlockTemplateSuggestionsTest::testBlockThemeHookSuggestions in core/modules/block/src/Tests/BlockTemplateSuggestionsTest.php
Tests template suggestions from block_theme_suggestions_block().
BlockTestBase::setUp in core/modules/block/src/Tests/BlockTestBase.php
Sets up a Drupal site for running functional and integration tests.
block_content_add_body_field in core/modules/block_content/block_content.module
Adds the default body field to a custom block type.
BooleanItemTest::testBooleanItem in core/modules/field/src/Tests/Boolean/BooleanItemTest.php
Tests using entity fields of the boolean field type.
BrowserTestBase::drupalCreateRole in core/modules/simpletest/src/BrowserTestBase.php
Creates a role with specified permissions.
BrowserTestBase::drupalCreateUser in core/modules/simpletest/src/BrowserTestBase.php
Creates a user with a given set of permissions.
BulkDeleteTest::setUp in core/modules/field/src/Tests/BulkDeleteTest.php
Set the default field storage backend for fields created during tests.
CKEditor::settingsForm in core/modules/ckeditor/src/Plugin/Editor/CKEditor.php
Returns a settings form to configure this text editor.
CKEditorAdminTest::setUp in core/modules/ckeditor/src/Tests/CKEditorAdminTest.php
Sets up a Drupal site for running functional and integration tests.
CKEditorLoadingTest::setUp in core/modules/ckeditor/src/Tests/CKEditorLoadingTest.php
Sets up a Drupal site for running functional and integration tests.
CKEditorPluginManagerTest::setUp in core/modules/ckeditor/src/Tests/CKEditorPluginManagerTest.php
Performs setup tasks before each individual test method is run.
CKEditorTest::setUp in core/modules/ckeditor/src/Tests/CKEditorTest.php
Performs setup tasks before each individual test method is run.
CommentActionsTest::testCommentUnpublishByKeyword in core/modules/comment/src/Tests/CommentActionsTest.php
Tests the unpublish comment by keyword action.
CommentAdminTest::testApprovalAdminInterface in core/modules/comment/src/Tests/CommentAdminTest.php
Test comment approval functionality through admin/content/comment.
CommentAdminTest::testApprovalNodeInterface in core/modules/comment/src/Tests/CommentAdminTest.php
Tests comment approval functionality through the node interface.
CommentAttributesTest::saveComment in core/modules/rdf/src/Tests/CommentAttributesTest.php
Creates a comment entity.
CommentBookTest::testBookCommentPrint in core/modules/comment/src/Tests/CommentBookTest.php
Tests comments in book export.
CommentCacheTagsTest::createEntity in core/modules/comment/src/Tests/CommentCacheTagsTest.php
Creates the entity to be tested.
CommentCacheTagsTest::testCommentEntity in core/modules/comment/src/Tests/CommentCacheTagsTest.php
Test that comments correctly invalidate the cache tag of their host entity.
CommentCSSTest::testCommentClasses in core/modules/comment/src/Tests/CommentCSSTest.php
Tests CSS classes on comments.
CommentDefaultFormatterCacheTagsTest::testCacheTags in core/modules/comment/src/Tests/CommentDefaultFormatterCacheTagsTest.php
Tests the bubbling of cache tags.
CommentFieldFilterTest::setUp in core/modules/comment/src/Tests/Views/CommentFieldFilterTest.php
Sets up a Drupal site for running functional and integration tests.
CommentItemTest::testCommentItem in core/modules/comment/src/Tests/CommentItemTest.php
Tests using entity fields of the comment field type.
CommentLinksTest::testCommentLinks in core/modules/comment/src/Tests/CommentLinksTest.php
Tests that comment links are output and can be hidden.
CommentNewIndicatorTest::testCommentNewCommentsIndicator in core/modules/comment/src/Tests/CommentNewIndicatorTest.php
Tests new comment marker.
CommentNonNodeTest::setUp in core/modules/comment/src/Tests/CommentNonNodeTest.php
Sets up a Drupal site for running functional and integration tests.
CommentNonNodeTest::testCommentFunctionality in core/modules/comment/src/Tests/CommentNonNodeTest.php
Tests anonymous comment functionality.
CommentRestExportTest::setUp in core/modules/comment/src/Tests/Views/CommentRestExportTest.php
Sets up a Drupal site for running functional and integration tests.
CommentStringIdEntitiesTest::testCommentFieldNonStringId in core/modules/comment/src/Tests/CommentStringIdEntitiesTest.php
Tests that comment fields cannot be added entities with non-integer IDs.
CommentTestBase::setUp in core/modules/comment/src/Tests/Views/CommentTestBase.php
Sets up a Drupal site for running functional and integration tests.
ConditionFormTest::testConfigForm in core/modules/system/src/Tests/Condition/ConditionFormTest.php
Submit the condition_node_type_test_form to test condition forms.
ConfigDependencyTest::testDependencyManagement in core/modules/config/src/Tests/ConfigDependencyTest.php
Tests creating dependencies on configuration entities.
ConfigDiffTest::testDiff in core/modules/config/src/Tests/ConfigDiffTest.php
Tests calculating the difference between two sets of configuration.
ConfigEntityImportTest::doActionUpdate in core/modules/system/src/Tests/Entity/ConfigEntityImportTest.php
Tests updating a action during import.
ConfigEntityImportTest::doSearchPageUpdate in core/modules/system/src/Tests/Entity/ConfigEntityImportTest.php
Tests updating a search page during import.
ConfigEntityNormalizeTest::testNormalize in core/modules/config/src/Tests/ConfigEntityNormalizeTest.php
ConfigEntityQueryTest::setUp in core/modules/system/src/Tests/Entity/ConfigEntityQueryTest.php
Performs setup tasks before each individual test method is run.
ConfigEntityQueryTest::testLookupKeys in core/modules/system/src/Tests/Entity/ConfigEntityQueryTest.php
Tests lookup keys are added to the key value store.
ConfigEntityQueryTest::testStringIdConditions in core/modules/system/src/Tests/Entity/ConfigEntityQueryTest.php
Tests ID conditions.
ConfigEntityStatusTest::testCRUD in core/modules/config/src/Tests/ConfigEntityStatusTest.php
Tests the enabling/disabling of entities.
ConfigEntityTest::testCRUD in core/modules/config/src/Tests/ConfigEntityTest.php
Tests CRUD operations.
ConfigExportImportUITest::testExportImport in core/modules/config/src/Tests/ConfigExportImportUITest.php
Tests a simple site export import case.
ConfigImporterMissingContentTest::testMissingContent in core/modules/config/src/Tests/ConfigImporterMissingContentTest.php
Tests the missing content event is fired.
ConfigImportRecreateTest::testRecreateEntity in core/modules/config/src/Tests/ConfigImportRecreateTest.php
ConfigImportRenameValidationTest::testRenameValidation in core/modules/config/src/Tests/ConfigImportRenameValidationTest.php
Tests configuration renaming validation.
ConfigTranslationListUiTest::doContactFormsListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the contact forms listing for the translate operation.
ConfigTranslationListUiTest::doCustomContentTypeListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the custom block listing for the translate operation.
ConfigTranslationListUiTest::doFieldListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the field listing for the translate operation.
ConfigTranslationListUiTest::doFormatsListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the formats listing for the translate operation.
ConfigTranslationListUiTest::doShortcutListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the shortcut listing for the translate operation.
ConfigTranslationListUiTest::doVocabularyListTest in core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php
Tests the vocabulary listing for the translate operation.
ConfigTranslationOverviewTest::testMapperListPage in core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php
Tests the config translation mapper page.
ContactFieldsTest::setUp in core/modules/contact/src/Tests/Views/ContactFieldsTest.php
Sets up a Drupal site for running functional and integration tests.
ContentTranslationSyncImageTest::testImageFieldSync in core/modules/content_translation/src/Tests/ContentTranslationSyncImageTest.php
Tests image field field synchronization.
ContentTranslationTestBase::createEntity in core/modules/content_translation/src/Tests/ContentTranslationTestBase.php
Creates the entity to be translated.
ContextPluginTest::testContext in core/modules/system/src/Tests/Plugin/ContextPluginTest.php
Tests basic context definition and value getters and setters.
CsrfTest::setUp in core/modules/rest/src/Tests/CsrfTest.php
Sets up a Drupal site for running functional and integration tests.
DateTimeFieldRdfaTest::setUp in core/modules/rdf/src/Tests/Field/DateTimeFieldRdfaTest.php
Set the default field storage backend for fields created during tests.
DateTimeFieldTest::setUp in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Sets up a Drupal site for running functional and integration tests.
DateTimeFieldTest::testDefaultValue in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Test default value functionality.
DateTimeHandlerTestBase::setUp in core/modules/datetime/src/Tests/Views/DateTimeHandlerTestBase.php
Sets up a Drupal site for running functional and integration tests.
DateTimeItemTest::setUp in core/modules/datetime/src/Tests/DateTimeItemTest.php
Set the default field storage backend for fields created during tests.
DateTimeItemTest::testDateTimeItem in core/modules/datetime/src/Tests/DateTimeItemTest.php
Tests using entity fields of the date field type.
DateTimeItemTest::testSetValue in core/modules/datetime/src/Tests/DateTimeItemTest.php
Tests DateTimeItem::setValue().
DateTimeItemTest::testSetValueProperty in core/modules/datetime/src/Tests/DateTimeItemTest.php
Tests setting the value of the DateTimeItem directly.
DateTimeTest::testDateFormatConfiguration in core/modules/system/src/Tests/System/DateTimeTest.php
Test date format configuration.
DefaultProcessor::process in core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php
Processes feed data.
DefaultViewRecentCommentsTest::setUp in core/modules/comment/src/Tests/Views/DefaultViewRecentCommentsTest.php
Sets up a Drupal site for running functional and integration tests.
DefaultViewsTest::createTerm in core/modules/views/src/Tests/DefaultViewsTest.php
Returns a new term with random properties in vocabulary $vid.
DefaultViewsTest::setUp in core/modules/views/src/Tests/DefaultViewsTest.php
Sets up a Drupal site for running functional and integration tests.
DisplayApiTest::setUp in core/modules/field/src/Tests/DisplayApiTest.php
Set the default field storage backend for fields created during tests.
EditorAdminTest::setUp in core/modules/editor/src/Tests/EditorAdminTest.php
Sets up a Drupal site for running functional and integration tests.
EditorFileReferenceFilterTest::testEditorFileReferenceFilter in core/modules/editor/src/Tests/EditorFileReferenceFilterTest.php
Tests the editor file reference filter.
EditorFileUsageTest::setUp in core/modules/editor/src/Tests/EditorFileUsageTest.php
Performs setup tasks before each individual test method is run.
EditorFileUsageTest::testEditorEntityHooks in core/modules/editor/src/Tests/EditorFileUsageTest.php
Tests the configurable text editor manager.
EditorLoadingTest::setUp in core/modules/editor/src/Tests/EditorLoadingTest.php
Sets up a Drupal site for running functional and integration tests.
EditorLoadingTest::testLoading in core/modules/editor/src/Tests/EditorLoadingTest.php
Tests loading of text editors.
EditorLoadingTest::testSupportedElementTypes in core/modules/editor/src/Tests/EditorLoadingTest.php
Test supported element types.
EditorManagerTest::setUp in core/modules/editor/src/Tests/EditorManagerTest.php
Performs setup tasks before each individual test method is run.
EditorManagerTest::testManager in core/modules/editor/src/Tests/EditorManagerTest.php
Tests the configurable text editor manager.
EditorSecurityTest::setUp in core/modules/editor/src/Tests/EditorSecurityTest.php
Sets up a Drupal site for running functional and integration tests.
EditorSelectionTest::testNumber in core/modules/quickedit/src/Tests/EditorSelectionTest.php
Tests a number field, with cardinality 1 and >1.
EditorSelectionTest::testText in core/modules/quickedit/src/Tests/EditorSelectionTest.php
Tests a string (plain text) field, with cardinality 1 and >1.
EditorSelectionTest::testTextWysiwyg in core/modules/quickedit/src/Tests/EditorSelectionTest.php
Tests a textual field, with text filtering, with cardinality 1 and >1, always with an Editor plugin present that supports textual fields with text filtering, but with varying text format compatibility.
editor_form_filter_admin_format_editor_configure in core/modules/editor/editor.module
Button submit handler for filter_format_form()'s 'editor_configure' button.
EmailFieldRdfaTest::setUp in core/modules/rdf/src/Tests/Field/EmailFieldRdfaTest.php
Set the default field storage backend for fields created during tests.
EmailFieldTest::testEmailField in core/modules/field/src/Tests/Email/EmailFieldTest.php
Tests email field.
EmailItemTest::testEmailItem in core/modules/field/src/Tests/Email/EmailItemTest.php
Tests using entity fields of the email field type.
EntityAccessControlHandlerTest::testDefaultEntityAccess in core/modules/system/src/Tests/Entity/EntityAccessControlHandlerTest.php
Ensures default entity access is checked when necessary.
EntityAccessControlHandlerTest::testEntityAccess in core/modules/system/src/Tests/Entity/EntityAccessControlHandlerTest.php
Ensures entity access is properly working.
EntityAccessControlHandlerTest::testEntityAccessDefaultController in core/modules/system/src/Tests/Entity/EntityAccessControlHandlerTest.php
Ensures that the default handler is used as a fallback.
EntityAccessControlHandlerTest::testEntityTranslationAccess in core/modules/system/src/Tests/Entity/EntityAccessControlHandlerTest.php
Ensures entity access for entity translations is properly working.
EntityAccessControlHandlerTest::testHooks in core/modules/system/src/Tests/Entity/EntityAccessControlHandlerTest.php
Tests hook invocations.
EntityApiTest::assertCRUD in core/modules/system/src/Tests/Entity/EntityApiTest.php
Executes a test set for a defined entity type and user.
EntityApiTest::testEntityStorageExceptionHandling in core/modules/system/src/Tests/Entity/EntityApiTest.php
Tests that exceptions are thrown when saving or deleting an entity.
EntityAutocompleteTest::testEntityReferenceAutocompletion in core/modules/system/src/Tests/Entity/EntityAutocompleteTest.php
Tests autocompletion edge cases with slashes in the names.
EntityCacheTagsTestBase::createReferenceTestEntities in core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php
Creates a referencing and a non-referencing entity for testing purposes.
EntityCrudHookTest::testBlockHooks in core/modules/system/src/Tests/Entity/EntityCrudHookTest.php
Tests hook invocations for CRUD operations on blocks.
EntityCrudHookTest::testCommentHooks in core/modules/system/src/Tests/Entity/EntityCrudHookTest.php
Tests hook invocations for CRUD operations on comments.
EntityCrudHookTest::testFileHooks in core/modules/system/src/Tests/Entity/EntityCrudHookTest.php
Tests hook invocations for CRUD operations on files.
EntityCrudHookTest::testNodeHooks in core/modules/system/src/Tests/Entity/EntityCrudHookTest.php
Tests hook invocations for CRUD operations on nodes.
EntityCrudHookTest::testTaxonomyTermHooks in core/modules/system/src/Tests/Entity/EntityCrudHookTest.php
Tests hook invocations for CRUD operations on taxonomy terms.
EntityCrudHookTest::testTaxonomyVocabularyHooks in core/modules/system/src/Tests/Entity/EntityCrudHookTest.php
Tests hook invocations for CRUD operations on taxonomy vocabularies.
EntityCrudHookTest::testUserHooks in core/modules/system/src/Tests/Entity/EntityCrudHookTest.php
Tests hook invocations for CRUD operations on users.
EntityFieldDefaultValueTest::assertDefaultValues in core/modules/system/src/Tests/Entity/EntityFieldDefaultValueTest.php
Executes a test set for a defined entity type.
EntityFieldTest::createTestEntity in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Creates a test entity.
EntityFieldTest::doTestIntrospection in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Executes the introspection tests for the given entity type.
EntityFieldTest::doTestReadWrite in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Executes the read write test set for a defined entity type.
EntityFieldTest::testEntityConstraintValidation in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Tests validation constraints provided by the Entity API.
EntityFilteringThemeTest::setUp in core/modules/system/src/Tests/Theme/EntityFilteringThemeTest.php
Sets up a Drupal site for running functional and integration tests.
EntityQueryRelationshipTest::setUp in core/modules/system/src/Tests/Entity/EntityQueryRelationshipTest.php
Performs setup tasks before each individual test method is run.
EntityQueryTest::setUp in core/modules/system/src/Tests/Entity/EntityQueryTest.php
Performs setup tasks before each individual test method is run.
EntityQueryTest::testCount in core/modules/system/src/Tests/Entity/EntityQueryTest.php
Test that count queries are separated across entity types.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultConfigValue in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that dependencies due to default values can be removed.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultValue in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that default values are correctly translated to UUIDs in config.
EntityReferenceFieldTest::testEntityReferenceFieldValidation in core/modules/system/src/Tests/Entity/EntityReferenceFieldTest.php
Tests reference field validation.
EntityReferenceFieldTest::testReferencedEntitiesMultipleLoad in core/modules/system/src/Tests/Entity/EntityReferenceFieldTest.php
Tests the multiple target entities loader.
EntityReferenceFieldTest::testReferencedEntitiesStringId in core/modules/system/src/Tests/Entity/EntityReferenceFieldTest.php
Tests referencing entities with string IDs.
EntityReferenceFieldTranslatedReferenceViewTest::createNotTranslatedReferencedEntity in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
Create the referenced entity.
EntityReferenceFieldTranslatedReferenceViewTest::createReferencedEntityWithTranslation in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
Create a referenced entity with a translation.
EntityReferenceFieldTranslatedReferenceViewTest::createReferrerEntity in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
Create the referrer entity.
EntityReferenceFileUploadTest::setUp in core/modules/field/src/Tests/EntityReference/EntityReferenceFileUploadTest.php
Sets up a Drupal site for running functional and integration tests.
EntityReferenceFormatterTest::buildRenderArray in core/modules/field/src/Tests/EntityReference/EntityReferenceFormatterTest.php
Sets field values and returns a render array as built by \Drupal\Core\Field\FieldItemListInterface::view().
EntityReferenceFormatterTest::setUp in core/modules/field/src/Tests/EntityReference/EntityReferenceFormatterTest.php
Performs setup tasks before each individual test method is run.
EntityReferenceFormatterTest::testAccess in core/modules/field/src/Tests/EntityReference/EntityReferenceFormatterTest.php
Assert inaccessible items don't change the data of the fields.
EntityReferenceFormatterTest::testLabelFormatter in core/modules/field/src/Tests/EntityReference/EntityReferenceFormatterTest.php
Tests the label formatter.
EntityReferenceIntegrationTest::getTestEntities in core/modules/field/src/Tests/EntityReference/EntityReferenceIntegrationTest.php
Creates two content and two config test entities.
EntityReferenceItemTest::setUp in core/modules/field/src/Tests/EntityReference/EntityReferenceItemTest.php
Sets up the test.
EntityReferenceItemTest::testConfigEntityReferenceItem in core/modules/field/src/Tests/EntityReference/EntityReferenceItemTest.php
Tests the entity reference field type for referencing config entities.
EntityReferenceItemTest::testContentEntityReferenceItem in core/modules/field/src/Tests/EntityReference/EntityReferenceItemTest.php
Tests the entity reference field type for referencing content entities.
EntityReferenceItemTest::testEntitySaveOrder in core/modules/field/src/Tests/EntityReference/EntityReferenceItemTest.php
Test saving order sequence doesn't matter.
EntityReferenceRdfaTest::setUp in core/modules/rdf/src/Tests/Field/EntityReferenceRdfaTest.php
Set the default field storage backend for fields created during tests.
EntityReferenceSelectionAccessTest::testCommentHandler in core/modules/system/src/Tests/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php
Test the comment-specific overrides of the entity handler.
EntityReferenceSelectionAccessTest::testNodeHandler in core/modules/system/src/Tests/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php
Test the node-specific overrides of the entity handler.
EntityReferenceSelectionAccessTest::testUserHandler in core/modules/system/src/Tests/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php
Test the user-specific overrides of the entity handler.
EntityResolverTest::testUuidEntityResolver in core/modules/serialization/src/Tests/EntityResolverTest.php
Test that fields referencing UUIDs can be denormalized.
EntityRevisionsTest::runRevisionsTests in core/modules/system/src/Tests/Entity/EntityRevisionsTest.php
Executes the revision tests for the given entity type.
EntitySerializationTest::setUp in core/modules/serialization/src/Tests/EntitySerializationTest.php
EntityTest::testComment in core/modules/hal/src/Tests/EntityTest.php
Tests the normalization of comments.
EntityTest::testNode in core/modules/hal/src/Tests/EntityTest.php
Tests the normalization of nodes.
EntityTest::testTerm in core/modules/hal/src/Tests/EntityTest.php
Tests the normalization of terms.
EntityTestController::testAdd in core/modules/system/tests/modules/entity_test/src/Controller/EntityTestController.php
Displays the 'Add new entity_test' form.
EntityTranslationTest::doTestEntityLanguageMethods in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Executes the entity language method tests for the given entity type.
EntityTranslationTest::doTestMultilingualProperties in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Executes the multilingual property tests for the given entity type.
EntityUnitTestBase::createUser in core/modules/system/src/Tests/Entity/EntityUnitTestBase.php
Creates a user.
EntityUUIDTest::assertCRUD in core/modules/system/src/Tests/Entity/EntityUUIDTest.php
Executes the UUID CRUD tests for the given entity type.
EntityValidationTest::createTestEntity in core/modules/system/src/Tests/Entity/EntityValidationTest.php
Creates a test entity.
EntityViewControllerTest::testFieldItemAttributes in core/modules/system/src/Tests/Entity/EntityViewControllerTest.php
Tests field item attributes.
entity_get_display in core/includes/entity.inc
Returns the entity view display associated with a bundle and view mode.
entity_get_form_display in core/includes/entity.inc
Returns the entity form display associated with a bundle and form mode.
FeedParserTest::testInvalidFeed in core/modules/aggregator/src/Tests/FeedParserTest.php
Tests error handling when an invalid feed is added.
FeedParserTest::testRedirectFeed in core/modules/aggregator/src/Tests/FeedParserTest.php
Tests that a redirected feed is tracked to its target.
FieldAccessTest::testFieldAccess in core/modules/system/src/Tests/Entity/FieldAccessTest.php
Tests hook_entity_field_access() and hook_entity_field_access_alter().
FieldAttachOtherTest::testEntityCache in core/modules/field/src/Tests/FieldAttachOtherTest.php
Test entity cache.
FieldAttachOtherTest::testEntityDisplayBuild in core/modules/field/src/Tests/FieldAttachOtherTest.php
Test rendering fields with EntityDisplay build().
FieldAttachOtherTest::testEntityDisplayViewMultiple in core/modules/field/src/Tests/FieldAttachOtherTest.php
Tests rendering fields with EntityDisplay::buildMultiple().
FieldAttachOtherTest::testEntityFormDisplayBuildForm in core/modules/field/src/Tests/FieldAttachOtherTest.php
Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::buildForm().
FieldAttachOtherTest::testEntityFormDisplayExtractFormValues in core/modules/field/src/Tests/FieldAttachOtherTest.php
Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::extractFormValues().
FieldAttachStorageTest::testEntityCreateBundle in core/modules/field/src/Tests/FieldAttachStorageTest.php
Test entity_bundle_create().
FieldAttachStorageTest::testEntityDeleteBundle in core/modules/field/src/Tests/FieldAttachStorageTest.php
Test entity_bundle_delete().
FieldAttachStorageTest::testFieldAttachDelete in core/modules/field/src/Tests/FieldAttachStorageTest.php
Test entity deletion.
FieldAttachStorageTest::testFieldAttachLoadMultiple in core/modules/field/src/Tests/FieldAttachStorageTest.php
Test the 'multiple' load feature.
FieldAttachStorageTest::testFieldAttachSaveEmptyData in core/modules/field/src/Tests/FieldAttachStorageTest.php
Tests insert and update with empty or NULL fields.
FieldAttachStorageTest::testFieldAttachSaveEmptyDataDefaultValue in core/modules/field/src/Tests/FieldAttachStorageTest.php
Test insert with empty or NULL fields, with default value.
FieldAttachStorageTest::testFieldAttachSaveLoad in core/modules/field/src/Tests/FieldAttachStorageTest.php
Check field values insert, update and load.
FieldCrudTest::doFieldValidationTests in core/modules/field/src/Tests/FieldCrudTest.php
Tests configurable field validation.
FieldCrudTest::setUp in core/modules/field/src/Tests/FieldCrudTest.php
Set the default field storage backend for fields created during tests.
FieldCrudTest::testCreateField in core/modules/field/src/Tests/FieldCrudTest.php
Test the creation of a field.
FieldCrudTest::testDeleteFieldCrossDeletion in core/modules/field/src/Tests/FieldCrudTest.php
Tests the cross deletion behavior between field storages and fields.
FieldDataCountTest::testEntityCountAndHasData in core/modules/field/src/Tests/FieldDataCountTest.php
Tests entityCount() and hadData() methods.
FieldEntityTest::testGetEntity in core/modules/views/src/Tests/Entity/FieldEntityTest.php
Tests the getEntity method.
FieldGroupRowsTest::setUp in core/modules/views/src/Tests/Handler/FieldGroupRowsTest.php
Sets up a Drupal site for running functional and integration tests.
FieldImportDeleteUninstallTest::testImportAlreadyDeletedUninstall in core/modules/field/src/Tests/FieldImportDeleteUninstallTest.php
Tests purging already deleted field storages and fields during a config import.
FieldImportDeleteUninstallTest::testImportDeleteUninstall in core/modules/field/src/Tests/FieldImportDeleteUninstallTest.php
Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallUiTest::testImportDeleteUninstall in core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php
Tests deleting field storages and fields as part of config import.
FieldRdfaDatatypeCallbackTest::setUp in core/modules/rdf/src/Tests/Field/FieldRdfaDatatypeCallbackTest.php
Set the default field storage backend for fields created during tests.
FieldSqlStorageTest::setUp in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Performs setup tasks before each individual test method is run.
FieldSqlStorageTest::testFieldLoad in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Tests field loading works correctly by inserting directly in the tables.
FieldSqlStorageTest::testFieldSqlStorageForeignKeys in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Test foreign key support.
FieldSqlStorageTest::testFieldUpdateFailure in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Test that failure to create fields is handled gracefully.
FieldSqlStorageTest::testFieldUpdateIndexesWithData in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Test adding and removing indexes while data is present.
FieldSqlStorageTest::testFieldWrite in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Tests field saving works correctly by reading directly from the tables.
FieldSqlStorageTest::testLongNames in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Tests that long entity type and field names do not break.
FieldSqlStorageTest::testTableNames in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Tests table name generation.
FieldSqlStorageTest::testUpdateFieldSchemaWithData in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Test trying to update a field with data.
FieldStorageCrudTest::testCreate in core/modules/field/src/Tests/FieldStorageCrudTest.php
Test the creation of a field storage.
FieldStorageCrudTest::testCreateWithExplicitSchema in core/modules/field/src/Tests/FieldStorageCrudTest.php
Tests that an explicit schema can be provided on creation.
FieldStorageCrudTest::testDelete in core/modules/field/src/Tests/FieldStorageCrudTest.php
Test the deletion of a field storage.
FieldStorageCrudTest::testIndexes in core/modules/field/src/Tests/FieldStorageCrudTest.php
Test creation of indexes on data column.
FieldStorageCrudTest::testRead in core/modules/field/src/Tests/FieldStorageCrudTest.php
Tests reading field storage definitions.
FieldStorageCrudTest::testUpdate in core/modules/field/src/Tests/FieldStorageCrudTest.php
Test updating a field storage.
FieldStorageCrudTest::testUpdateFieldType in core/modules/field/src/Tests/FieldStorageCrudTest.php
FieldStorageCrudTest::testUpdateForbid in core/modules/field/src/Tests/FieldStorageCrudTest.php
Test field type modules forbidding an update.
FieldTestBase::setUpFields in core/modules/field/src/Tests/Views/FieldTestBase.php
FieldTestBase::setUpFieldStorages in core/modules/field/src/Tests/Views/FieldTestBase.php
FieldUnitTestBase::createFieldWithStorage in core/modules/field/src/Tests/FieldUnitTestBase.php
Create a field and an associated field storage.
FieldValidationTest::setUp in core/modules/field/src/Tests/FieldValidationTest.php
Set the default field storage backend for fields created during tests.
FieldWidgetConstraintValidatorTest::testValidation in core/modules/system/src/Tests/Entity/FieldWidgetConstraintValidatorTest.php
Tests widget constraint validation.
FileDenormalizeTest::testFileDenormalize in core/modules/hal/src/Tests/FileDenormalizeTest.php
Tests file entity denormalization.
FileFieldTestBase::createFileField in core/modules/file/src/Tests/FileFieldTestBase.php
Creates a new file field.
FileFieldTestBase::getTestFile in core/modules/file/src/Tests/FileFieldTestBase.php
Retrieves a sample file of the specified type.
FileItemTest::setUp in core/modules/file/src/Tests/FileItemTest.php
Set the default field storage backend for fields created during tests.
FileItemTest::testFileItem in core/modules/file/src/Tests/FileItemTest.php
Tests using entity fields of the file field type.
FileListingTest::createFile in core/modules/file/src/Tests/FileListingTest.php
Creates and saves a test file.
FileManagedTestBase::createFile in core/modules/file/src/Tests/FileManagedTestBase.php
Create a file and save it to the files table and assert that it occurs correctly.
FileManagedUnitTestBase::createFile in core/modules/file/src/Tests/FileManagedUnitTestBase.php
Create a file and save it to the files table and assert that it occurs correctly.
FileManagedUnitTestBase::setUp in core/modules/file/src/Tests/FileManagedUnitTestBase.php
Performs setup tasks before each individual test method is run.
FileMoveTest::testNormal in core/modules/image/src/Tests/FileMoveTest.php
Tests moving a randomly generated image.
FileNormalizeTest::testNormalize in core/modules/hal/src/Tests/FileNormalizeTest.php
Tests the normalize function.
file_save_data in core/modules/file/file.module
Saves a file to the specified destination and creates a database entry.
file_save_upload in core/modules/file/file.module
Saves file uploads to a new location.
FilterAdminTest::setUp in core/modules/filter/src/Tests/FilterAdminTest.php
Sets up a Drupal site for running functional and integration tests.
FilterAPITest::testCheckMarkupFilterOrder in core/modules/filter/src/Tests/FilterAPITest.php
Tests that the filter order is respected.
FilterAPITest::testFilterFormatAPI in core/modules/filter/src/Tests/FilterAPITest.php
Tests the following functions for a variety of formats:
FilterAPITest::testFilterFormatPreSave in core/modules/filter/src/Tests/FilterAPITest.php
Tests that FilterFormat::preSave() only saves customized plugins.
FilterCrudTest::testTextFormatCrud in core/modules/filter/src/Tests/FilterCrudTest.php
Tests CRUD operations for text formats and filters.
FilterEntityBundleTest::setUp in core/modules/views/src/Tests/Entity/FilterEntityBundleTest.php
Sets up a Drupal site for running functional and integration tests.
FilterHtmlImageSecureTest::setUp in core/modules/filter/src/Tests/FilterHtmlImageSecureTest.php
Sets up a Drupal site for running functional and integration tests.
FilterSettingsTest::testFilterDefaults in core/modules/filter/src/Tests/FilterSettingsTest.php
Tests explicit and implicit default settings for filters.
FormTest::setUp in core/modules/system/src/Tests/Form/FormTest.php
Sets up a Drupal site for running functional and integration tests.
FormTest::testFieldFormAccess in core/modules/field/src/Tests/FormTest.php
Tests fields with no 'edit' access.
FormTest::testHiddenField in core/modules/field/src/Tests/FormTest.php
Tests hiding a field in a form.
ForumBlockTest::testActiveForumTopicsBlock in core/modules/forum/src/Tests/ForumBlockTest.php
Tests the "Active forum topics" block.
ForumTest::doAdminTests in core/modules/forum/src/Tests/ForumTest.php
Runs admin tests on the admin user.
ForumUninstallTest::testForumUninstallWithField in core/modules/forum/src/Tests/ForumUninstallTest.php
Tests if forum module uninstallation properly deletes the field.
GroupwiseMax::getTemporaryView in core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php
Helper function to create a pseudo view.
HandlerAllTest::testHandlers in core/modules/views/src/Tests/Handler/HandlerAllTest.php
Tests most of the handlers.
HandlerFieldFieldTest::setUp in core/modules/field/src/Tests/Views/HandlerFieldFieldTest.php
Sets up a Drupal site for running functional and integration tests.
ImageAdminStylesTest::testConfigImport in core/modules/image/src/Tests/ImageAdminStylesTest.php
Tests image style configuration import that does a delete.
ImageAdminStylesTest::testFlushUserInterface in core/modules/image/src/Tests/ImageAdminStylesTest.php
Test flush user interface.
ImageAdminStylesTest::testImageStyleAccess in core/modules/image/src/Tests/ImageAdminStylesTest.php
Tests access for the image style listing.
ImageAdminStylesTest::testStyleReplacement in core/modules/image/src/Tests/ImageAdminStylesTest.php
Test deleting a style and choosing a replacement style.
ImageDimensionsTest::testImageDimensions in core/modules/image/src/Tests/ImageDimensionsTest.php
Test styled image dimensions cumulatively.
ImageFieldDefaultImagesTest::testDefaultImages in core/modules/image/src/Tests/ImageFieldDefaultImagesTest.php
Tests CRUD for fields and fields fields with default images.
ImageFieldDefaultImagesTest::testInvalidDefaultImage in core/modules/image/src/Tests/ImageFieldDefaultImagesTest.php
Tests image field and field having an invalid default image.
ImageFieldTestBase::createImageField in core/modules/image/src/Tests/ImageFieldTestBase.php
Create a new image field.
ImageItemTest::setUp in core/modules/image/src/Tests/ImageItemTest.php
Set the default field storage backend for fields created during tests.
ImageItemTest::testImageItem in core/modules/image/src/Tests/ImageItemTest.php
Tests using entity fields of the image field type.
ImageStylesPathAndUrlTest::setUp in core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php
Sets up a Drupal site for running functional and integration tests.
ImageThemeFunctionTest::setUp in core/modules/image/src/Tests/ImageThemeFunctionTest.php
Sets up a Drupal site for running functional and integration tests.
ImageThemeFunctionTest::testImageFormatterTheme in core/modules/image/src/Tests/ImageThemeFunctionTest.php
Tests usage of the image field formatters.
ImageThemeFunctionTest::testImageStyleTheme in core/modules/image/src/Tests/ImageThemeFunctionTest.php
Tests usage of the image style theme function.
KernelTestBaseTest::testEnableModulesFixedList in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests that the module list is retained after enabling/installing/disabling.
KeyValueContentEntityStorageTest::testCRUD in core/modules/system/src/Tests/KeyValueStore/KeyValueContentEntityStorageTest.php
Tests CRUD operations.
LanguageConfigurationElementTest::testTaxonomyVocabularyUpdate in core/modules/language/src/Tests/LanguageConfigurationElementTest.php
Tests that the configuration is retained when a vocabulary is updated.
LegacyTest::setUp in core/modules/taxonomy/src/Tests/LegacyTest.php
Sets up a Drupal site for running functional and integration tests.
LinkFieldRdfaTest::testAllFormattersExternal in core/modules/rdf/src/Tests/Field/LinkFieldRdfaTest.php
Tests all formatters with link to external page.
LinkFieldRdfaTest::testAllFormattersFront in core/modules/rdf/src/Tests/Field/LinkFieldRdfaTest.php
Tests all formatters with link to frontpage.
LinkFieldRdfaTest::testAllFormattersInternal in core/modules/rdf/src/Tests/Field/LinkFieldRdfaTest.php
Tests all formatters with link to internal page.
LinkFieldTest::testLinkFormatter in core/modules/link/src/Tests/LinkFieldTest.php
Tests the default 'link' formatter.
LinkFieldTest::testLinkSeparateFormatter in core/modules/link/src/Tests/LinkFieldTest.php
Tests the 'link_separate' formatter.
LinkFieldTest::testLinkTitle in core/modules/link/src/Tests/LinkFieldTest.php
Tests the link title settings of a link field.
LinkFieldTest::testURLValidation in core/modules/link/src/Tests/LinkFieldTest.php
Tests link field URL validation.
LinkItemTest::testLinkItem in core/modules/link/src/Tests/LinkItemTest.php
Tests using entity fields of the link field type.
LinksTest::createLinkHierarchy in core/modules/menu_link_content/src/Tests/LinksTest.php
Create a simple hierarchy of links.
LinksTest::testCreateLink in core/modules/menu_link_content/src/Tests/LinksTest.php
Assert that a link entity's created timestamp is set.
LocaleUpdateBase::makePoFile in core/modules/locale/src/Tests/LocaleUpdateBase.php
Creates a translation file and tests its timestamp.
MenuCacheTagsTest::testMenuBlock in core/modules/menu_ui/src/Tests/MenuCacheTagsTest.php
Tests cache tags presence and invalidation of the Menu entity.
MenuNodeTest::testMenuNodeFormWidget in core/modules/menu_ui/src/Tests/MenuNodeTest.php
Test creating, editing, deleting menu links via node form widget.
MenuTest::addCustomMenuCRUD in core/modules/menu_ui/src/Tests/MenuTest.php
Adds a custom menu using CRUD functions.
MetadataGeneratorTest::testEditorWithCustomMetadata in core/modules/quickedit/src/Tests/MetadataGeneratorTest.php
Tests a field whose associated in-place editor generates custom metadata.
MetadataGeneratorTest::testSimpleEntityType in core/modules/quickedit/src/Tests/MetadataGeneratorTest.php
Tests a simple entity type, with two different simple fields.
ModuleHandlerTest::testUninstallContentDependency in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests uninstalling a module that has content.
NestedFormTest::testNestedFieldForm in core/modules/field/src/Tests/NestedFormTest.php
Tests Field API form integration within a subform.
NodeAccessLanguageAwareCombinationTest::setUp in core/modules/node/src/Tests/NodeAccessLanguageAwareCombinationTest.php
Sets up a Drupal site for running functional and integration tests.
NodeAccessLanguageAwareTest::setUp in core/modules/node/src/Tests/NodeAccessLanguageAwareTest.php
Sets up a Drupal site for running functional and integration tests.
NodeAccessPagerTest::testCommentPager in core/modules/node/src/Tests/NodeAccessPagerTest.php
Tests the comment pager for nodes with multiple grants per realm.
NodeCacheTagsTest::createEntity in core/modules/node/src/Tests/NodeCacheTagsTest.php
Creates the entity to be tested.
NodeConditionTest::setUp in core/modules/node/src/Tests/Condition/NodeConditionTest.php
Performs setup tasks before each individual test method is run.
NodeConditionTest::testConditions in core/modules/node/src/Tests/Condition/NodeConditionTest.php
Tests conditions.
NodeFieldTokensTest::testViewsTokenReplacement in core/modules/node/src/Tests/Views/NodeFieldTokensTest.php
Tests token replacement for Views tokens supplied by the Node module.
NodeNewComments::renderLink in core/modules/comment/src/Plugin/views/field/NodeNewComments.php
Prepares the link to the first new comment.
NodeSaveTest::testDeterminingChanges in core/modules/node/src/Tests/NodeSaveTest.php
Tests node presave and static node load cache.
NodeSaveTest::testImport in core/modules/node/src/Tests/NodeSaveTest.php
Checks whether custom node IDs are saved properly during an import operation.
NodeTokenReplaceTest::setUp in core/modules/node/src/Tests/NodeTokenReplaceTest.php
Performs setup tasks before each individual test method is run.
NodeTokenReplaceTest::testNodeTokenReplacement in core/modules/node/src/Tests/NodeTokenReplaceTest.php
Creates a node, then tests the tokens generated from it.
NodeValidationTest::setUp in core/modules/node/src/Tests/NodeValidationTest.php
Set the default field storage backend for fields created during tests.
NodeValidationTest::testValidation in core/modules/node/src/Tests/NodeValidationTest.php
Tests the node validation constraints.
node_add_body_field in core/modules/node/node.module
Adds the default body field to a node type.
NormalizeTest::testNormalize in core/modules/hal/src/Tests/NormalizeTest.php
Tests the normalize function.
NumberFieldRdfaTest::createTestEntity in core/modules/rdf/src/Tests/Field/NumberFieldRdfaTest.php
Creates the RDF mapping for the field.
NumberFieldTest::testCreateNumberDecimalField in core/modules/field/src/Tests/Number/NumberFieldTest.php
Tests setting the minimum value of a decimal field through the interface.
NumberFieldTest::testCreateNumberFloatField in core/modules/field/src/Tests/Number/NumberFieldTest.php
Tests setting the minimum value of a float field through the interface.
NumberFieldTest::testNumberFormatter in core/modules/field/src/Tests/Number/NumberFieldTest.php
Test default formatter behavior
NumberFieldTest::testNumberIntegerField in core/modules/field/src/Tests/Number/NumberFieldTest.php
Test integer field.
NumberItemTest::testNumberItem in core/modules/field/src/Tests/Number/NumberItemTest.php
Tests using entity fields of the number field type.
NumericFormatPluralTest::createFile in core/modules/views/src/Tests/Plugin/NumericFormatPluralTest.php
Creates and saves a test file.
OptionsDynamicValuesTestBase::setUp in core/modules/options/src/Tests/OptionsDynamicValuesTestBase.php
Sets up a Drupal site for running functional and integration tests.
OptionsFieldTest::testUpdateAllowedValues in core/modules/options/src/Tests/OptionsFieldTest.php
Test that allowed values can be updated.
OptionsFieldUnitTestBase::setUp in core/modules/options/src/Tests/OptionsFieldUnitTestBase.php
Set the default field storage backend for fields created during tests.
OptionsFormattersTest::testFormatter in core/modules/options/src/Tests/OptionsFormattersTest.php
Tests the formatters.
OptionsWidgetsTest::setUp in core/modules/options/src/Tests/OptionsWidgetsTest.php
Sets up a Drupal site for running functional and integration tests.
OptionsWidgetsTest::testCheckBoxes in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTest::testEmptyValue in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_select' and 'options_button' widget for empty value.
OptionsWidgetsTest::testRadioButtons in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_buttons' widget (single select).
OptionsWidgetsTest::testSelectListMultiple in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTest::testSelectListSingle in core/modules/options/src/Tests/OptionsWidgetsTest.php
Tests the 'options_select' widget (single select).
PagePreviewTest::setUp in core/modules/node/src/Tests/PagePreviewTest.php
Sets up a Drupal site for running functional and integration tests.
PathTaxonomyTermTest::setUp in core/modules/path/src/Tests/PathTaxonomyTermTest.php
Sets up a Drupal site for running functional and integration tests.
QuickEditAutocompleteTermTest::createTerm in core/modules/quickedit/src/Tests/QuickEditAutocompleteTermTest.php
Returns a new term with random name and description in $this->vocabulary.
QuickEditAutocompleteTermTest::setUp in core/modules/quickedit/src/Tests/QuickEditAutocompleteTermTest.php
Sets up a Drupal site for running functional and integration tests.
QuickEditIntegrationLoadingTest::setUp in core/modules/editor/src/Tests/QuickEditIntegrationLoadingTest.php
Sets up a Drupal site for running functional and integration tests.
QuickEditIntegrationTest::setUp in core/modules/editor/src/Tests/QuickEditIntegrationTest.php
Sets the default field storage backend for fields created during tests.
QuickEditIntegrationTest::testEditorSelection in core/modules/editor/src/Tests/QuickEditIntegrationTest.php
Tests editor selection when the Editor module is present.
QuickEditIntegrationTest::testGetUntransformedTextCommand in core/modules/editor/src/Tests/QuickEditIntegrationTest.php
Tests GetUntransformedTextCommand AJAX command.
QuickEditIntegrationTest::testMetadata in core/modules/editor/src/Tests/QuickEditIntegrationTest.php
Tests (custom) metadata when the formatted text editor is used.
QuickEditLoadingTest::setUp in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Sets up a Drupal site for running functional and integration tests.
QuickEditTestBase::createFieldWithStorage in core/modules/quickedit/src/Tests/QuickEditTestBase.php
Creates a field.
rdf_get_mapping in core/modules/rdf/rdf.module
Returns the RDF mapping object associated with a bundle.
reEnableModuleFieldTest::testReEnabledField in core/modules/field/src/Tests/reEnableModuleFieldTest.php
Test the behavior of a field module after being disabled and re-enabled.
RelationshipJoinTestBase::setUpFixtures in core/modules/views/src/Tests/Plugin/RelationshipJoinTestBase.php
Sets up the configuration and schema of views and views_test_data modules.
RelationshipUserFileDataTest::testViewsHandlerRelationshipUserFileData in core/modules/file/src/Tests/Views/RelationshipUserFileDataTest.php
Tests using the views file relationship.
RelationshipUserImageDataTest::testViewsHandlerRelationshipUserImageData in core/modules/image/src/Tests/Views/RelationshipUserImageDataTest.php
Tests using the views image relationship.
ResponsiveImageFieldDisplayTest::setUp in core/modules/responsive_image/src/Tests/ResponsiveImageFieldDisplayTest.php
Drupal\simpletest\WebTestBase\setUp().
ResponsiveImageFieldUiTest::testResponsiveImageFormatterUI in core/modules/responsive_image/src/Tests/ResponsiveImageFieldUiTest.php
Tests formatter settings.
RESTTestBase::entityCreate in core/modules/rest/src/Tests/RESTTestBase.php
Creates entity objects based on their types.
RowEntityTest::testEntityRow in core/modules/views/src/Tests/Plugin/RowEntityTest.php
Tests the entity row handler.
SaveUploadTest::setUp in core/modules/file/src/Tests/SaveUploadTest.php
Sets up a Drupal site for running functional and integration tests.
SearchCommentTest::setUp in core/modules/search/src/Tests/SearchCommentTest.php
Sets up a Drupal site for running functional and integration tests.
SearchCommentTest::testSearchResultsComment in core/modules/search/src/Tests/SearchCommentTest.php
Verify that comments are rendered using proper format in search results.
SearchRankingTest::testHTMLRankings in core/modules/search/src/Tests/SearchRankingTest.php
Test rankings of HTML tags.
SelectComplexTest::testJoinSubquery in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests that we can join on a query.
SelectionTest::setUp in core/modules/field/src/Tests/EntityReference/Views/SelectionTest.php
Sets up a Drupal site for running functional and integration tests.
ShapeItemTest::testShapeItem in core/modules/field/src/Tests/ShapeItemTest.php
Tests using entity fields of the field field type.
SpaceUsedTest::createFileWithSize in core/modules/file/src/Tests/SpaceUsedTest.php
Creates a file with a given size.
StandardProfileTest::saveComment in core/modules/rdf/src/Tests/StandardProfileTest.php
Creates a comment entity.
StandardProfileTest::setUp in core/modules/rdf/src/Tests/StandardProfileTest.php
Sets up a Drupal site for running functional and integration tests.
standard_install in core/profiles/standard/standard.install
Implements hook_install().
StatisticsLastCommentName::render in core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php
Renders the field.
StringFieldRdfaTest::setUp in core/modules/rdf/src/Tests/Field/StringFieldRdfaTest.php
Set the default field storage backend for fields created during tests.
StringFieldTest::_testTextfieldWidgets in core/modules/field/src/Tests/String/StringFieldTest.php
Helper function for testTextfieldWidgets().
SystemMenuBlockTest::setUp in core/modules/system/src/Tests/Block/SystemMenuBlockTest.php
Performs setup tasks before each individual test method is run.
SystemMenuBlockTest::testSystemMenuBlockConfigDependencies in core/modules/system/src/Tests/Block/SystemMenuBlockTest.php
Tests calculation of a system menu block's configuration dependencies.
TaggedWithTest::setUp in core/modules/views/src/Tests/Wizard/TaggedWithTest.php
Sets up a Drupal site for running functional and integration tests.
TaxonomyFieldFilterTest::createTermWithProperties in core/modules/taxonomy/src/Tests/Views/TaxonomyFieldFilterTest.php
Creates a taxonomy term with specified name and other properties.
TaxonomyFieldFilterTest::setUp in core/modules/taxonomy/src/Tests/Views/TaxonomyFieldFilterTest.php
Sets up a Drupal site for running functional and integration tests.
TaxonomyTestBase::createTerm in core/modules/taxonomy/src/Tests/Views/TaxonomyTestBase.php
Returns a new term with random properties in vocabulary $vid.
TaxonomyTestBase::mockStandardInstall in core/modules/taxonomy/src/Tests/Views/TaxonomyTestBase.php
Provides a workaround for the inability to use the standard profile.
TaxonomyTestTrait::createTerm in core/modules/taxonomy/src/Tests/TaxonomyTestTrait.php
Returns a new term with random properties in vocabulary $vid.
TaxonomyTestTrait::createVocabulary in core/modules/taxonomy/src/Tests/TaxonomyTestTrait.php
Returns a new vocabulary with random properties.
TelephoneFieldRdfaTest::setUp in core/modules/rdf/src/Tests/Field/TelephoneFieldRdfaTest.php
Set the default field storage backend for fields created during tests.
TelephoneItemTest::testTestItem in core/modules/telephone/src/Tests/TelephoneItemTest.php
Tests using entity fields of the telephone field type.
TermCacheTagsTest::createEntity in core/modules/taxonomy/src/Tests/TermCacheTagsTest.php
Creates the entity to be tested.
TermTest::testTaxonomyGetTermByName in core/modules/taxonomy/src/Tests/TermTest.php
Test taxonomy_term_load_multiple_by_name().
TermTranslationFieldViewTest::setUpNode in core/modules/taxonomy/src/Tests/TermTranslationFieldViewTest.php
Creates a test subject node, with translation.
TermTranslationUITest::setupBundle in core/modules/taxonomy/src/Tests/TermTranslationUITest.php
Creates or initializes the bundle date if needed.
TermTranslationUITest::testTranslateLinkVocabularyAdminPage in core/modules/taxonomy/src/Tests/TermTranslationUITest.php
Tests translate link on vocabulary term list.
TestItemTest::testTestItem in core/modules/field/src/Tests/TestItemTest.php
Tests using entity fields of the field field type.
TestItemWithDependenciesTest::testTestItemWithDepenencies in core/modules/field/src/Tests/TestItemWithDependenciesTest.php
Tests that field types can add dependencies to field config entities.
TextFieldRdfaTest::setUp in core/modules/rdf/src/Tests/Field/TextFieldRdfaTest.php
Set the default field storage backend for fields created during tests.
TextFieldTest::testRequiredLongTextWithFileUpload in core/modules/text/src/Tests/TextFieldTest.php
Test required long text with file upload.
TextFieldTest::testTextFieldValidation in core/modules/text/src/Tests/TextFieldTest.php
Test text field validation.
TextFieldTest::_testTextfieldWidgetsFormatted in core/modules/text/src/Tests/TextFieldTest.php
Helper function for testTextfieldWidgetsFormatted().
TextFormatterTest::testFormatters in core/modules/text/src/Tests/Formatter/TextFormatterTest.php
Tests all text field formatters.
TextWithSummaryItemTest::createField in core/modules/text/src/Tests/TextWithSummaryItemTest.php
Creates a text_with_summary field storage and field.
TextWithSummaryItemTest::testCrudAndUpdate in core/modules/text/src/Tests/TextWithSummaryItemTest.php
Tests processed properties.
TourTest::testTourFunctionality in core/modules/tour/src/Tests/TourTest.php
Test tour functionality.
TrackerTestBase::setUp in core/modules/tracker/src/Tests/Views/TrackerTestBase.php
Sets up a Drupal site for running functional and integration tests.
TranslationTest::setUp in core/modules/field/src/Tests/TranslationTest.php
Set the default field storage backend for fields created during tests.
TranslationTest::testTranslatableFieldSaveLoad in core/modules/field/src/Tests/TranslationTest.php
Test translatable fields storage/retrieval.
TranslationWebTest::testFieldFormTranslationRevisions in core/modules/field/src/Tests/TranslationWebTest.php
Tests field translations when creating a new revision.
TypedDataTest::testGetAndSet in core/modules/system/src/Tests/TypedData/TypedDataTest.php
Tests the basics around constructing and working with typed data objects.
UninstallTest::testUninstallPage in core/modules/system/src/Tests/Module/UninstallTest.php
Tests the Uninstall page and Uninstall confirmation page.
UpdateTest::testPatchUpdate in core/modules/rest/src/Tests/UpdateTest.php
Tests several valid and invalid partial update requests on test entities.
UriItemTest::testUriField in core/modules/field/src/Tests/Uri/UriItemTest.php
Tests URI field.
UrlAlterFunctionalTest::testUrlAlter in core/modules/system/src/Tests/Path/UrlAlterFunctionalTest.php
Test that URL altering works and that it occurs in the correct order.
UserCacheTagsTest::createEntity in core/modules/user/src/Tests/UserCacheTagsTest.php
Creates the entity to be tested.
UserCancelTest::testUserAnonymize in core/modules/user/src/Tests/UserCancelTest.php
Delete account and anonymize all content.
UserCancelTest::testUserBlockUnpublish in core/modules/user/src/Tests/UserCancelTest.php
Disable account and unpublish all content.
UserEntityCallbacksTest::setUp in core/modules/user/src/Tests/UserEntityCallbacksTest.php
Sets up a Drupal site for running functional and integration tests.
UserEntityReferenceTest::setUp in core/modules/user/src/Tests/UserEntityReferenceTest.php
Performs setup tasks before each individual test method is run.
UserRegistrationTest::testRegistrationWithUserFields in core/modules/user/src/Tests/UserRegistrationTest.php
Tests Field API fields on user registration forms.
UserSaveTest::testUserImport in core/modules/user/src/Tests/UserSaveTest.php
Test creating a user with arbitrary uid.
UserValidationTest::testValidation in core/modules/user/src/Tests/UserValidationTest.php
Runs entity validation checks.
user_user_role_insert in core/modules/user/user.module
Implements hook_ENTITY_TYPE_insert() for user_role entities.
ValidatorTest::setUp in core/modules/file/src/Tests/ValidatorTest.php
Performs setup tasks before each individual test method is run.
ValidatorTest::testFileValidateExtensions in core/modules/file/src/Tests/ValidatorTest.php
Test the file_validate_extensions() function.
ValidatorTest::testFileValidateNameLength in core/modules/file/src/Tests/ValidatorTest.php
This will ensure the filename length is valid.
ValidatorTest::testFileValidateSize in core/modules/file/src/Tests/ValidatorTest.php
Test file_validate_size().
ViewEntityDependenciesTest::setUp in core/modules/views/src/Tests/Entity/ViewEntityDependenciesTest.php
Performs setup tasks before each individual test method is run.
ViewsDataTest::setUp in core/modules/options/src/Tests/Views/ViewsDataTest.php
Performs setup tasks before each individual test method is run.
WebTestBase::drupalCreateContentType in core/modules/simpletest/src/WebTestBase.php
Creates a custom content type based on default settings.
WebTestBase::drupalCreateNode in core/modules/simpletest/src/WebTestBase.php
Creates a node based on default settings.
WebTestBase::drupalPlaceBlock in core/modules/simpletest/src/WebTestBase.php
Creates a block instance based on default settings.
WizardPluginBase::instantiateView in core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php
Instantiates a view object from form values.
_field_create_entity_from_ids in core/modules/field/field.module
Assembles a partial entity structure with initial IDs.
_menu_ui_node_save in core/modules/menu_ui/menu_ui.module
Helper function to create or update a menu link for a node.
_simpletest_test_callback in core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.install
Callback for batch operations.