Search for data

  1. Search 7.x for data
  2. Search 9.5.x for data
  3. Search 10.3.x for data
  4. Search 11.x for data
  5. Other projects
Title Object type File name Summary
EntityDefinitionTestTrait::renameDataTable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Renames the data table to 'entity_test_update_data_new'.
EntityDefinitionTestTrait::renameRevisionDataTable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Renames the revision data table to 'entity_test_update_revision_data_new'.
EntityFormDisplayDependenciesUpdateTest::setDatabaseDumpFiles function core/modules/content_moderation/tests/src/Functional/Update/EntityFormDisplayDependenciesUpdateTest.php Set database dump files to be used.
EntityLinkOutputUrlUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/EntityLinkOutputUrlUpdateTest.php Set database dump files to be used.
EntityReferenceAutocompleteWidgetMatchLimitUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/EntityReferenceAutocompleteWidgetMatchLimitUpdateTest.php Set database dump files to be used.
EntityReferenceHandlerSettingUpdateTest::setDatabaseDumpFiles function core/modules/field/tests/src/Functional/Update/EntityReferenceHandlerSettingUpdateTest.php Set database dump files to be used.
EntityResourcePermissionsUpdateTest::setDatabaseDumpFiles function core/modules/rest/tests/src/Functional/Update/EntityResourcePermissionsUpdateTest.php Set database dump files to be used.
EntityUpdateAddRevisionDefaultTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionDefaultTest.php Set database dump files to be used.
EntityUpdateAddRevisionTranslationAffectedTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php Set database dump files to be used.
EntityUpdateToPublishableTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/EntityUpdateToPublishableTest.php Set database dump files to be used.
EntityViewsDataTest class core/modules/views/tests/src/Unit/EntityViewsDataTest.php @coversDefaultClass \Drupal\views\EntityViewsData[[api-linebreak]]
@group Views
EntityViewsDataTest.php file core/modules/views/tests/src/Unit/EntityViewsDataTest.php Contains \Drupal\Tests\views\Unit\EntityViewsDataTest.
EntityViewsDataTest::$baseEntityType property core/modules/views/tests/src/Unit/EntityViewsDataTest.php Entity info to use in this test.
EntityViewsDataTest::$entityFieldManager property core/modules/views/tests/src/Unit/EntityViewsDataTest.php The mocked entity field manager.
EntityViewsDataTest::$entityStorage property core/modules/views/tests/src/Unit/EntityViewsDataTest.php The mocked entity storage.
EntityViewsDataTest::$entityTypeManager property core/modules/views/tests/src/Unit/EntityViewsDataTest.php The mocked entity type manager.
EntityViewsDataTest::$moduleHandler property core/modules/views/tests/src/Unit/EntityViewsDataTest.php The mocked module handler.
EntityViewsDataTest::$translationManager property core/modules/views/tests/src/Unit/EntityViewsDataTest.php The mocked translation manager.
EntityViewsDataTest::$viewsData property core/modules/views/tests/src/Unit/EntityViewsDataTest.php The tested entity views controller.
EntityViewsDataTest::assertBundleField function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests views data for a bundle field.
EntityViewsDataTest::assertEntityReferenceField function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests views data for a entity reference field.
EntityViewsDataTest::assertField function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests generic stuff per field.
EntityViewsDataTest::assertLanguageField function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests views data for a language field.
EntityViewsDataTest::assertLongTextField function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests views data for a long text field.
EntityViewsDataTest::assertNumericField function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests views data for a numeric field.
EntityViewsDataTest::assertStringField function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests views data for a string field.
EntityViewsDataTest::assertUriField function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests views data for a URI field.
EntityViewsDataTest::assertUuidField function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests views data for a UUID field.
EntityViewsDataTest::setUp function core/modules/views/tests/src/Unit/EntityViewsDataTest.php
EntityViewsDataTest::setupBaseFields function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Helper method to setup base fields.
EntityViewsDataTest::setupFieldStorageDefinition function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Helper method to mock all store definitions.
EntityViewsDataTest::testBaseTableFields function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests fields on the base table.
EntityViewsDataTest::testBaseTables function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests base tables.
EntityViewsDataTest::testDataTable function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests data_table support.
EntityViewsDataTest::testDataTableFields function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests fields on the data table.
EntityViewsDataTest::testEntityLinks function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests add link types.
EntityViewsDataTest::testEntityLinksJustEditForm function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests additional edit links.
EntityViewsDataTest::testGetViewsDataWithEntityOperations function core/modules/views/tests/src/Unit/EntityViewsDataTest.php @covers ::getViewsData[[api-linebreak]]
EntityViewsDataTest::testGetViewsDataWithNonRevisionableEntityOperations function core/modules/views/tests/src/Unit/EntityViewsDataTest.php @covers ::getViewsData[[api-linebreak]]
EntityViewsDataTest::testGetViewsDataWithoutEntityOperations function core/modules/views/tests/src/Unit/EntityViewsDataTest.php @covers ::getViewsData[[api-linebreak]]
EntityViewsDataTest::testRevisionTableFields function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests fields on the revision table.
EntityViewsDataTest::testRevisionTableWithoutDataTable function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests revision table without data table support.
EntityViewsDataTest::testRevisionTableWithRevisionDataTable function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests revision table with data table support.
EntityViewsDataTest::testRevisionTableWithRevisionDataTableAndDataTable function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests revision table with data table support.
EntityViewsDataTest::userEntityInfo function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Returns entity info for the user entity.
EntityViewsDataUpdateFilledTest class core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateFilledTest.php Runs EntityViewsDataUpdateTest with a dump filled with content.
EntityViewsDataUpdateFilledTest.php file core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateFilledTest.php
EntityViewsDataUpdateFilledTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateFilledTest.php Set database dump files to be used.
EntityViewsDataUpdateTest class core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php Tests the upgrade path for views field plugins.
EntityViewsDataUpdateTest.php file core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.