| EntityViewModeXmlBasicAuthTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
| EntityViewModeXmlBasicAuthTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlBasicAuthTest.php |
@todo Remove 'field_ui' when https://www.drupal.org/node/2867266. |
| EntityViewModeXmlCookieTest |
class |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlCookieTest.php |
Tests Entity View Mode Xml Cookie. |
| EntityViewModeXmlCookieTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlCookieTest.php |
|
| EntityViewModeXmlCookieTest::$auth |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlCookieTest.php |
The authentication mechanism to use in this test. |
| EntityViewModeXmlCookieTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlCookieTest.php |
The theme to install as the default for testing. |
| EntityViewModeXmlCookieTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlCookieTest.php |
The format to use in this test. |
| EntityViewModeXmlCookieTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlCookieTest.php |
The MIME type that corresponds to $format. |
| EntityViewsDataTest |
class |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests entity views data. |
| EntityViewsDataTest.php |
file |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
|
| EntityViewsDataTest::$baseEntityType |
property |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
The base entity type definition, which some tests modify. |
| EntityViewsDataTest::$commonBaseFields |
property |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
The common base fields for test entity types. |
| EntityViewsDataTest::$entityTypeManager |
property |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
The entity type manager. |
| EntityViewsDataTest::$modules |
property |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Modules to install. |
| EntityViewsDataTest::assertBundleField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for a bundle field. |
| EntityViewsDataTest::assertEntityReferenceField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for an entity reference field. |
| EntityViewsDataTest::assertLanguageField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for a language field. |
| EntityViewsDataTest::assertLongTextField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for a long text field. |
| EntityViewsDataTest::assertNumericField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for a numeric field. |
| EntityViewsDataTest::assertStringField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for a string field. |
| EntityViewsDataTest::assertUriField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for a URI field. |
| EntityViewsDataTest::assertUuidField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests views data for a UUID field. |
| EntityViewsDataTest::assertViewsDataField |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests generic stuff per field. |
| EntityViewsDataTest::setUp |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
|
| EntityViewsDataTest::setUpEntityType |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Mocks an entity type and its base fields. |
| EntityViewsDataTest::testBaseTableFields |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests fields on the base table. |
| EntityViewsDataTest::testBaseTables |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests base tables. |
| EntityViewsDataTest::testDataTable |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests data_table support. |
| EntityViewsDataTest::testDataTableFields |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests fields on the data table. |
| EntityViewsDataTest::testDeprecations |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests EntityViewsData deprecations. |
| EntityViewsDataTest::testRevisionTableFields |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests fields on the revision table. |
| EntityViewsDataTest::testRevisionTableWithoutDataTable |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests revision table without data table support. |
| EntityViewsDataTest::testRevisionTableWithRevisionDataTable |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests revision table with data table support. |
| EntityViewsDataTest::testRevisionTableWithRevisionDataTableAndDataTable |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests revision table with data table support. |
| EntityViewsWithMultivalueBaseFieldTest |
class |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php |
Tests entity views with multivalue base fields. |
| EntityViewsWithMultivalueBaseFieldTest.php |
file |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php |
|
| EntityViewsWithMultivalueBaseFieldTest::$modules |
property |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php |
Modules to install. |
| EntityViewsWithMultivalueBaseFieldTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php |
Views to be enabled. |
| EntityViewsWithMultivalueBaseFieldTest::setUp |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php |
|
| EntityViewsWithMultivalueBaseFieldTest::testView |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBaseFieldTest.php |
Tests entity views with multivalue base fields. |
| EntityWithoutBaseTableTest |
class |
core/modules/views/tests/src/Kernel/EntityWithoutBaseTableTest.php |
Tests field views data in an edge case scenario. |
| EntityWithoutBaseTableTest.php |
file |
core/modules/views/tests/src/Kernel/EntityWithoutBaseTableTest.php |
|
| EntityWithoutBaseTableTest::$modules |
property |
core/modules/views/tests/src/Kernel/EntityWithoutBaseTableTest.php |
Modules to install. |
| EntityWithoutBaseTableTest::setUp |
function |
core/modules/views/tests/src/Kernel/EntityWithoutBaseTableTest.php |
|
| EntityWithoutBaseTableTest::testEntityWithoutDataTable |
function |
core/modules/views/tests/src/Kernel/EntityWithoutBaseTableTest.php |
Tests that the entity without a data table doesn't emit deprecation notice. |
| EntityWithUriCacheTagsTestBase |
class |
core/modules/system/tests/src/Functional/Entity/EntityWithUriCacheTagsTestBase.php |
Provides helper methods for Entity cache tags tests; for entities with URIs. |
| EntityWithUriCacheTagsTestBase.php |
file |
core/modules/system/tests/src/Functional/Entity/EntityWithUriCacheTagsTestBase.php |
|
| EntityWithUriCacheTagsTestBase::getDefaultCacheContexts |
function |
core/modules/system/tests/src/Functional/Entity/EntityWithUriCacheTagsTestBase.php |
Gets the default cache contexts for rendered entities. |
| EntityWithUriCacheTagsTestBase::testEntityUri |
function |
core/modules/system/tests/src/Functional/Entity/EntityWithUriCacheTagsTestBase.php |
Tests cache tags presence and invalidation of the entity at its URI. |
| EntityWorkspaceConflictConstraintValidatorTest |
class |
core/modules/workspaces/tests/src/Kernel/EntityWorkspaceConflictConstraintValidatorTest.php |
Tests Drupal\workspaces\Plugin\Validation\Constraint\EntityWorkspaceConflictConstraintValidator. |