| EntityFormModeResourceTestBase::$entityTypeId |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php |
The tested entity type. |
| EntityFormModeResourceTestBase::$modules |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php |
@todo Remove 'field_ui' when https://www.drupal.org/node/2867266. |
| EntityFormModeResourceTestBase::createEntity |
function |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php |
Creates the entity to be tested. |
| EntityFormModeResourceTestBase::getExpectedNormalizedEntity |
function |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php |
Returns the expected normalization of the entity. |
| EntityFormModeResourceTestBase::getNormalizedPostEntity |
function |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php |
Returns the normalized POST entity. |
| EntityFormModeResourceTestBase::setUpAuthorization |
function |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php |
Sets up the necessary authorization. |
| EntityFormModeTest |
class |
core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php |
JSON:API integration test for the "EntityFormMode" config entity type. |
| EntityFormModeTest.php |
file |
core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php |
|
| EntityFormModeTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php |
The theme to install as the default for testing. |
| EntityFormModeTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php |
|
| EntityFormModeTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php |
The tested entity type. |
| EntityFormModeTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php |
@todo Remove 'field_ui' when https://www.drupal.org/node/2867266. |
| EntityFormModeTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php |
The name of the tested JSON:API resource type. |
| EntityFormModeTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php |
Creates the entity to be tested. |
| EntityFormModeTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php |
Returns the expected JSON:API document for the entity. |
| EntityFormModeTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php |
Returns the JSON:API POST document. |
| EntityFormModeTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php |
Sets up the necessary authorization. |
| EntityFormModeUpdatePathTest |
class |
core/modules/system/tests/src/Functional/Update/EntityFormModeUpdatePathTest.php |
Tests update path for the entity form mode description value from '' to NULL. |
| EntityFormModeUpdatePathTest.php |
file |
core/modules/system/tests/src/Functional/Update/EntityFormModeUpdatePathTest.php |
|
| EntityFormModeUpdatePathTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/EntityFormModeUpdatePathTest.php |
Set database dump files to be used. |
| EntityFormModeUpdatePathTest::testRunUpdates |
function |
core/modules/system/tests/src/Functional/Update/EntityFormModeUpdatePathTest.php |
Tests update path for the entity form mode description value from '' to NULL. |
| EntityFormModeValidationTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php |
Tests validation of entity_form_mode entities. |
| EntityFormModeValidationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php |
|
| EntityFormModeValidationTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php |
Modules to install. |
| EntityFormModeValidationTest::$propertiesWithOptionalValues |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php |
The config entity properties whose values are optional (set to NULL). |
| EntityFormModeValidationTest::providerInvalidMachineNameCharacters |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php |
Data provider for ::testInvalidMachineNameCharacters(). |
| EntityFormModeValidationTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php |
|
| EntityFormModeValidationTest::testDescriptionCannotBeEmpty |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php |
Tests that description can be NULL, but not empty strings. |
| EntityFormModeValidationTest::testImmutableProperties |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php |
Tests that immutable properties cannot be changed. |
| EntityFormModeValidationTest::testMachineNameLength |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php |
Tests that the entity ID's length is validated if it is a machine name. |
| EntityFormModeXmlAnonTest |
class |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php |
Tests Entity Form Mode Xml Anon. |
| EntityFormModeXmlAnonTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php |
|
| EntityFormModeXmlAnonTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php |
The theme to install as the default for testing. |
| EntityFormModeXmlAnonTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php |
The format to use in this test. |
| EntityFormModeXmlAnonTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php |
The MIME type that corresponds to $format. |
| EntityFormModeXmlBasicAuthTest |
class |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php |
Tests Entity Form Mode Xml Basic Auth. |
| EntityFormModeXmlBasicAuthTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php |
|
| EntityFormModeXmlBasicAuthTest::$auth |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
| EntityFormModeXmlBasicAuthTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php |
The theme to install as the default for testing. |
| EntityFormModeXmlBasicAuthTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php |
The format to use in this test. |
| EntityFormModeXmlBasicAuthTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
| EntityFormModeXmlBasicAuthTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php |
@todo Remove 'field_ui' when https://www.drupal.org/node/2867266. |
| EntityFormModeXmlCookieTest |
class |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php |
Tests Entity Form Mode Xml Cookie. |
| EntityFormModeXmlCookieTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php |
|
| EntityFormModeXmlCookieTest::$auth |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php |
The authentication mechanism to use in this test. |
| EntityFormModeXmlCookieTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php |
The theme to install as the default for testing. |
| EntityFormModeXmlCookieTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php |
The format to use in this test. |
| EntityFormModeXmlCookieTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php |
The MIME type that corresponds to $format. |
| EntityFormTest |
class |
core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php |
Tests Drupal\Core\Entity\EntityForm. |
| EntityFormTest |
class |
core/modules/system/tests/src/Functional/Entity/EntityFormTest.php |
Tests the entity form. |