| EntityViewModeValidationTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityViewModeValidationTest.php |
Modules to install. |
| EntityViewModeValidationTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityViewModeValidationTest.php |
|
| EntityViewModeValidationTest::testImmutableProperties |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityViewModeValidationTest.php |
Tests that immutable properties cannot be changed. |
| EntityViewModeXmlAnonTest |
class |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlAnonTest.php |
Tests Entity View Mode Xml Anon. |
| EntityViewModeXmlAnonTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlAnonTest.php |
|
| EntityViewModeXmlAnonTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlAnonTest.php |
The theme to install as the default for testing. |
| EntityViewModeXmlAnonTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlAnonTest.php |
The format to use in this test. |
| EntityViewModeXmlAnonTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlAnonTest.php |
The MIME type that corresponds to $format. |
| EntityViewModeXmlBasicAuthTest |
class |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlBasicAuthTest.php |
Tests Entity View Mode Xml Basic Auth. |
| EntityViewModeXmlBasicAuthTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlBasicAuthTest.php |
|
| EntityViewModeXmlBasicAuthTest::$auth |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
| EntityViewModeXmlBasicAuthTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlBasicAuthTest.php |
The theme to install as the default for testing. |
| EntityViewModeXmlBasicAuthTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlBasicAuthTest.php |
The format to use in this test. |
| 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. |