You are here

150 calls to entity_load() in Zircon Profile 8.0

ActionUninstallTest::testActionUninstall in core/modules/action/src/Tests/ActionUninstallTest.php
Tests Action uninstall.
AggregatorRenderingTest::testFeedPage in core/modules/aggregator/src/Tests/AggregatorRenderingTest.php
Creates a feed and checks that feed's page.
BlockContentTranslationUITest::doTestTranslationEdit in core/modules/block_content/src/Tests/BlockContentTranslationUITest.php
Tests edit content translation.
BlockViewBuilder::lazyBuilder in core/modules/block/src/BlockViewBuilder.php
#lazy_builder callback; builds a #pre_render-able block.
BooleanFieldTest::testBooleanField in core/modules/field/src/Tests/Boolean/BooleanFieldTest.php
Tests boolean field.
BooleanItemTest::testBooleanItem in core/modules/field/src/Tests/Boolean/BooleanItemTest.php
Tests using entity fields of the boolean field type.
CKEditorAdminTest::testExistingFormat in core/modules/ckeditor/src/Tests/CKEditorAdminTest.php
Tests configuring a text editor for an existing text format.
CKEditorAdminTest::testNewFormat in core/modules/ckeditor/src/Tests/CKEditorAdminTest.php
Tests configuring a text editor for a new text format.
CKEditorLoadingTest::testLoading in core/modules/ckeditor/src/Tests/CKEditorLoadingTest.php
Tests loading of CKEditor CSS, JS and JS settings.
CKEditorPluginManagerTest::testEnabledPlugins in core/modules/ckeditor/src/Tests/CKEditorPluginManagerTest.php
Tests the enabling of plugins.
CKEditorTest::testBuildContentsCssJSSetting in core/modules/ckeditor/src/Tests/CKEditorTest.php
Tests CKEditor::buildContentsCssJSSetting().
CKEditorTest::testBuildToolbarJSSetting in core/modules/ckeditor/src/Tests/CKEditorTest.php
Tests CKEditor::buildToolbarJSSetting().
CKEditorTest::testGetJSSettings in core/modules/ckeditor/src/Tests/CKEditorTest.php
Tests CKEditor::getJSSettings().
CKEditorTest::testInternalGetConfig in core/modules/ckeditor/src/Tests/CKEditorTest.php
Tests Internal::getConfig().
CKEditorTest::testStylesComboGetConfig in core/modules/ckeditor/src/Tests/CKEditorTest.php
Tests StylesCombo::getConfig().
CommentActionsTest::testCommentPublishUnpublishActions in core/modules/comment/src/Tests/CommentActionsTest.php
Tests comment publish and unpublish actions.
CommentDefaultFormatterCacheTagsTest::testCacheTags in core/modules/comment/src/Tests/CommentDefaultFormatterCacheTagsTest.php
Tests the bubbling of cache tags.
CommentItemTest::testCommentItem in core/modules/comment/src/Tests/CommentItemTest.php
Tests using entity fields of the comment field type.
CommentTranslationUITest::doTestAuthoringInfo in core/modules/comment/src/Tests/CommentTranslationUITest.php
Tests the translation authoring information.
CommentTranslationUITest::doTestTranslationEdit in core/modules/comment/src/Tests/CommentTranslationUITest.php
Tests edit content translation.
ConfigEntityImportTest::doFilterFormatUpdate in core/modules/system/src/Tests/Entity/ConfigEntityImportTest.php
Tests updating a filter format during import.
ConfigEntityNormalizeTest::testNormalize in core/modules/config/src/Tests/ConfigEntityNormalizeTest.php
ConfigEntityStaticCacheTest::testCacheHit in core/modules/config/src/Tests/ConfigEntityStaticCacheTest.php
Tests that the static cache is working.
ConfigEntityStaticCacheTest::testReset in core/modules/config/src/Tests/ConfigEntityStaticCacheTest.php
Tests that the static cache is reset on entity save and delete.
ConfigEntityStatusTest::testCRUD in core/modules/config/src/Tests/ConfigEntityStatusTest.php
Tests the enabling/disabling of entities.
ConfigEntityStatusUITest::testCRUD in core/modules/config/src/Tests/ConfigEntityStatusUITest.php
Tests status operations.
ConfigEntityStorageTest::testUUIDConflict in core/modules/config/src/Tests/ConfigEntityStorageTest.php
Tests creating configuration entities with changed UUIDs.
ConfigEntityTest::testCRUDUI in core/modules/config/src/Tests/ConfigEntityTest.php
Tests CRUD operations through the UI.
ConfigInstallWebTest::testUnmetDependenciesInstall in core/modules/config/src/Tests/ConfigInstallWebTest.php
Tests unmet dependencies detection.
ConfigOtherModuleTest::testInstallConfigEntityModuleFirst in core/modules/config/src/Tests/ConfigOtherModuleTest.php
Tests enabling the provider of the config entity type first.
ConfigOtherModuleTest::testInstallOtherModuleFirst in core/modules/config/src/Tests/ConfigOtherModuleTest.php
Tests enabling the provider of the default configuration first.
ConfigOtherModuleTest::testUninstall in core/modules/config/src/Tests/ConfigOtherModuleTest.php
Tests uninstalling Node module removes views which are dependent on it.
ConfigTranslationUiTest::setUp in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Sets up a Drupal site for running functional and integration tests.
ConfigurationTest::testActionConfiguration in core/modules/action/src/Tests/ConfigurationTest.php
Tests configuration of advanced actions through administration interface.
ContentTranslationUITestBase::doTestAuthoringInfo in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the translation authoring information.
ContentTranslationUITestBase::doTestBasicTranslation in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the basic translation workflow.
ContentTranslationUITestBase::doTestChangedTimeAfterSaveWithoutChanges in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Test the changed time after API and FORM save without changes.
ContentTranslationUITestBase::doTestOutdatedStatus in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests up-to-date status tracking.
ContentTranslationUITestBase::doTestPublishedStatus in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the translation publishing status.
ContentTranslationUITestBase::doTestTranslationChanged in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the basic translation workflow.
ContentTranslationUITestBase::doTestTranslationDeletion in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests translation deletion.
ContentTranslationUITestBase::doTestTranslationEdit in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests edit content translation.
ContentTranslationUITestBase::doTestTranslationOverview in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests that the translation overview shows the correct values.
ContentTranslationWorkflowsTest::setupEntity in core/modules/content_translation/src/Tests/ContentTranslationWorkflowsTest.php
Creates a test entity and translate it.
DateTimeFieldTest::renderTestEntity in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Renders a entity_test and sets the output in the internal browser.
DateTimeFieldTest::testDateField in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Tests date field functionality.
DateTimeFieldTest::testDatetimeField in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Tests date and time field.
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.
DeleteTest::testDelete in core/modules/rest/src/Tests/DeleteTest.php
Tests several valid and invalid delete requests on all entity types.
DisplayTest::testPageContextualLinks in core/modules/views_ui/src/Tests/DisplayTest.php
Tests contextual links on Views page displays.
Editor::textFormatHasTransformationFilters in core/modules/editor/src/Plugin/InPlaceEditor/Editor.php
Returns whether the text format has transformation filters.
EditorSelectionTest::getSelectedEditor in core/modules/quickedit/src/Tests/EditorSelectionTest.php
Returns the in-place editor that Quick Edit selects.
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.
EntityApiTest::assertCRUD in core/modules/system/src/Tests/Entity/EntityApiTest.php
Executes a test set for a defined entity type and user.
EntityCacheTagsTestBase::testReferencedEntity in core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php
Tests cache tags presence and invalidation of the entity when referenced.
EntityDisplayTest::testBaseFieldComponent in core/modules/field_ui/src/Tests/EntityDisplayTest.php
Tests the behavior of a field component for a base field.
EntityDisplayTest::testDeleteBundle in core/modules/field_ui/src/Tests/EntityDisplayTest.php
Tests deleting a bundle.
EntityDisplayTest::testEntityDisplayCRUD in core/modules/field_ui/src/Tests/EntityDisplayTest.php
Tests basic CRUD operations on entity display objects.
EntityFieldTest::doTestComputedProperties in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Executes the computed properties tests for the given entity type.
EntityFieldTest::doTestSave in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Executes the save tests for the given entity type.
EntityFormDisplayTest::testBaseFieldComponent in core/modules/field_ui/src/Tests/EntityFormDisplayTest.php
Tests the behavior of a field component for a base field.
EntityReference::getTarget in core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php
Gets the referenced data.
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.
EntityRevisionsTest::runRevisionsTests in core/modules/system/src/Tests/Entity/EntityRevisionsTest.php
Executes the revision 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.
EntityUUIDTest::assertCRUD in core/modules/system/src/Tests/Entity/EntityUUIDTest.php
Executes the UUID CRUD tests for the given entity type.
EntityWithUriCacheTagsTestBase::testEntityUri in core/modules/system/src/Tests/Entity/EntityWithUriCacheTagsTestBase.php
Tests cache tags presence and invalidation of the entity at its URI.
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.
entity_test_load in core/modules/system/tests/modules/entity_test/entity_test.module
Loads a test entity.
entity_test_mulrev_load in core/modules/system/tests/modules/entity_test/entity_test.module
Loads a test entity.
entity_test_mul_load in core/modules/system/tests/modules/entity_test/entity_test.module
Loads a test entity.
entity_test_rev_load in core/modules/system/tests/modules/entity_test/entity_test.module
Loads a test entity.
ExposedFormTest::testInputRequired in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Test the input required exposed form type.
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.
FieldTestBase::assertFieldValues in core/modules/field/src/Tests/FieldTestBase.php
Assert that a field has the expected values in an entity.
FieldUnitTestBase::assertFieldValues in core/modules/field/src/Tests/FieldUnitTestBase.php
Assert that a field has the expected values in an entity.
FileItemTest::testFileItem in core/modules/file/src/Tests/FileItemTest.php
Tests using entity fields of the file field type.
FilterAdminTest::testFilterAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterAPITest::testFilterFormatAPI in core/modules/filter/src/Tests/FilterAPITest.php
Tests the following functions for a variety of formats:
FilterCrudTest::verifyTextFormat in core/modules/filter/src/Tests/FilterCrudTest.php
Verifies that a text format is properly stored.
FilterDefaultConfigTest::testInstallation in core/modules/filter/src/Tests/FilterDefaultConfigTest.php
Tests installation of default formats.
FilterDefaultConfigTest::testUpdateRoles in core/modules/filter/src/Tests/FilterDefaultConfigTest.php
Tests that changes to FilterFormat::$roles do not have an effect.
FilterDefaultFormatTest::testDefaultTextFormats in core/modules/filter/src/Tests/FilterDefaultFormatTest.php
Tests if the default text format is accessible to users.
FilterFormatAccessTest::setUp in core/modules/filter/src/Tests/FilterFormatAccessTest.php
Sets up a Drupal site for running functional and integration tests.
FilterFormatAccessTest::testFormatPermissions in core/modules/filter/src/Tests/FilterFormatAccessTest.php
Tests the Filter format access permissions functionality.
FilterFormatAccessTest::testFormatRoles in core/modules/filter/src/Tests/FilterFormatAccessTest.php
Tests if text format is available to a role.
FilterFormTest::setUp in core/modules/filter/src/Tests/FilterFormTest.php
Sets up a Drupal site for running functional and integration tests.
FilterSecurityTest::setUp in core/modules/filter/src/Tests/FilterSecurityTest.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::testFieldFormDefaultValue in core/modules/field/src/Tests/FormTest.php
Tests field widget default values on entity forms.
FormTest::testFieldFormMultipleWidget in core/modules/field/src/Tests/FormTest.php
Tests widgets handling multiple values.
FormTest::testFieldFormSingle in core/modules/field/src/Tests/FormTest.php
FormTest::testFieldFormSingleRequired in core/modules/field/src/Tests/FormTest.php
FormTest::testFieldFormUnlimited in core/modules/field/src/Tests/FormTest.php
FormTest::testHiddenField in core/modules/field/src/Tests/FormTest.php
Tests hiding a field in a form.
ImageItemTest::testImageItem in core/modules/image/src/Tests/ImageItemTest.php
Tests using entity fields of the image field type.
install_download_additional_translations_operations in core/includes/install.core.inc
Prepares the system for import and downloads additional translations.
LanguageConfigurationElementTest::testDefaultLangcode in core/modules/language/src/Tests/LanguageConfigurationElementTest.php
Tests that the language_get_default_langcode() returns the correct values.
LinkFieldTest::renderTestEntity in core/modules/link/src/Tests/LinkFieldTest.php
Renders a test_entity and sets the output in the internal browser.
LinkItemTest::testLinkItem in core/modules/link/src/Tests/LinkItemTest.php
Tests using entity fields of the link field type.
ManageDisplayTest::testFormatterUI in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests formatter settings.
ManageDisplayTest::testWidgetUI in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests widget settings.
MenuLinkContentTranslationUITest::doTestTranslationEdit in core/modules/menu_link_content/src/Tests/MenuLinkContentTranslationUITest.php
Tests edit content translation.
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.
MigrateFileTest::setUp in core/modules/file/src/Tests/Migrate/d7/MigrateFileTest.php
Performs setup tasks before each individual test method is run.
NestedFormTest::testNestedFieldForm in core/modules/field/src/Tests/NestedFormTest.php
Tests Field API form integration within a subform.
NodeFormSaveChangedTimeTest::testChangedTimeAfterSaveWithoutChanges in core/modules/node/src/Tests/NodeFormSaveChangedTimeTest.php
Test the changed time after API and FORM save without changes.
NodeTranslationUITest::doTestAuthoringInfo in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests the translation authoring information.
NodeTranslationUITest::doTestPublishedStatus in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests the translation publishing status.
NodeTranslationUITest::doTestTranslationEdit in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests edit content translation.
NodeTranslationUITest::testPublishedStatusNoFields in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests changing the published status on a node without fields.
NumberItemTest::testNumberItem in core/modules/field/src/Tests/Number/NumberItemTest.php
Tests using entity fields of the number field type.
QuickEditIntegrationTest::getSelectedEditor in core/modules/editor/src/Tests/QuickEditIntegrationTest.php
Returns the in-place editor that Edit selects.
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.
rdf_get_mapping in core/modules/rdf/rdf.module
Returns the RDF mapping object associated with a bundle.
RESTTestBase::loadEntityFromLocationHeader in core/modules/rest/src/Tests/RESTTestBase.php
Loads an entity based on the location URL returned in the location header.
SearchRankingTest::setUp in core/modules/search/src/Tests/SearchRankingTest.php
Sets up a Drupal site for running functional and integration tests.
SearchRankingTest::testRankings in core/modules/search/src/Tests/SearchRankingTest.php
ShapeItemTest::testShapeItem in core/modules/field/src/Tests/ShapeItemTest.php
Tests using entity fields of the field field type.
ShortcutTranslationUITest::doTestBasicTranslation in core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php
Tests the basic translation workflow.
ShortcutTranslationUITest::doTestTranslationChanged in core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php
Tests the basic translation workflow.
ShortcutTranslationUITest::doTestTranslationEdit in core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php
Tests edit content translation.
SimpleTestInstallBatchTest::testLoadingEntitiesCreatedInBatch in core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php
Tests loading entities created in a batch in simpletest_test_install().
StringFieldTest::_testTextfieldWidgets in core/modules/field/src/Tests/String/StringFieldTest.php
Helper function for testTextfieldWidgets().
StyleTableTest::testAccessibilitySettings in core/modules/views/src/Tests/Plugin/StyleTableTest.php
Test table caption/summary/description.
StyleTableTest::testFieldInColumns in core/modules/views/src/Tests/Plugin/StyleTableTest.php
Test table fields in columns.
TaxonomyIndexTidUiTest::testFilterUI in core/modules/taxonomy/src/Tests/Views/TaxonomyIndexTidUiTest.php
Tests the filter UI.
TelephoneItemTest::testTestItem in core/modules/telephone/src/Tests/TelephoneItemTest.php
Tests using entity fields of the telephone field type.
TermTranslationUITest::doTestTranslationEdit in core/modules/taxonomy/src/Tests/TermTranslationUITest.php
Tests edit content translation.
TestItemTest::testTestItem in core/modules/field/src/Tests/TestItemTest.php
Tests using entity fields of the field field type.
TextFieldTest::_testTextfieldWidgetsFormatted in core/modules/text/src/Tests/TextFieldTest.php
Helper function for testTextfieldWidgetsFormatted().
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.
UpdateTest::testPatchUpdate in core/modules/rest/src/Tests/UpdateTest.php
Tests several valid and invalid partial update requests on test entities.
UserTranslationUITest::doTestTranslationEdit in core/modules/user/src/Tests/UserTranslationUITest.php
Tests edit content translation.
user_user_role_insert in core/modules/user/user.module
Implements hook_ENTITY_TYPE_insert() for user_role entities.
ViewExecutableTest::testFactoryService in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the views.executable container service.
ViewStorageTest::createTests in core/modules/views/src/Tests/ViewStorageTest.php
Tests creating configuration entities.
ViewStorageTest::displayTests in core/modules/views/src/Tests/ViewStorageTest.php
Tests adding, saving, and loading displays on configuration entities.
ViewStorageTest::loadTests in core/modules/views/src/Tests/ViewStorageTest.php
Tests loading configuration entities.