| EntityFormDisplayTest::createAnotherEntity |
function |
core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php |
Creates another entity to be tested. |
| EntityFormDisplayTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php |
Creates the entity to be tested. |
| EntityFormDisplayTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php |
Returns the expected JSON:API document for the entity. |
| EntityFormDisplayTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php |
Return the expected error message. |
| EntityFormDisplayTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php |
Returns the JSON:API POST document. |
| EntityFormDisplayTest::setUp |
function |
core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php |
|
| EntityFormDisplayTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php |
Sets up the necessary authorization. |
| EntityFormDisplayTest::testBaseFieldComponent |
function |
core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php |
Tests the behavior of a field component for a base field. |
| EntityFormDisplayTest::testDeleteField |
function |
core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php |
Tests deleting field. |
| EntityFormDisplayTest::testEntityGetFromDisplay |
function |
core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php |
Tests entity get from display. |
| EntityFormDisplayTest::testFieldComponent |
function |
core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php |
Tests the behavior of a field component within an EntityFormDisplay object. |
| EntityFormDisplayTest::testOnDependencyRemoval |
function |
core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php |
Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval(). |
| EntityFormDisplayTest::testSerialization |
function |
core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php |
Tests the serialization and unserialization of the class. |
| EntityFormDisplayValidationTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php |
Tests validation of entity_form_display entities. |
| EntityFormDisplayValidationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php |
|
| EntityFormDisplayValidationTest::$hasLabel |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php |
Whether a config entity of this type has a label. |
| EntityFormDisplayValidationTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php |
Modules to install. |
| EntityFormDisplayValidationTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php |
|
| EntityFormDisplayValidationTest::testImmutableProperties |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php |
Tests that immutable properties cannot be changed. |
| EntityFormDisplayValidationTest::testMultilineTextFieldWidgetTextAreaPlaceholder |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php |
Tests validation of entity form display component's widget settings. |
| EntityFormDisplayValidationTest::testMultilineTextFieldWidgetTextAreaSummaryPlaceholder |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php |
Tests validation of entity form display component's widget settings. |
| EntityFormDisplayValidationTest::testTargetBundleMustExist |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php |
Tests that the target bundle of the entity form display is checked. |
| EntityFormDisplayXmlAnonTest |
class |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlAnonTest.php |
Tests Entity Form Display Xml Anon. |
| EntityFormDisplayXmlAnonTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlAnonTest.php |
|
| EntityFormDisplayXmlAnonTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlAnonTest.php |
The theme to install as the default for testing. |
| EntityFormDisplayXmlAnonTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlAnonTest.php |
The format to use in this test. |
| EntityFormDisplayXmlAnonTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlAnonTest.php |
The MIME type that corresponds to $format. |
| EntityFormDisplayXmlBasicAuthTest |
class |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php |
Tests Entity Form Display Xml Basic Auth. |
| EntityFormDisplayXmlBasicAuthTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php |
|
| EntityFormDisplayXmlBasicAuthTest::$auth |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
| EntityFormDisplayXmlBasicAuthTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php |
The theme to install as the default for testing. |
| EntityFormDisplayXmlBasicAuthTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php |
The format to use in this test. |
| EntityFormDisplayXmlBasicAuthTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
| EntityFormDisplayXmlBasicAuthTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlBasicAuthTest.php |
Modules to install. |
| EntityFormDisplayXmlCookieTest |
class |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlCookieTest.php |
Tests Entity Form Display Xml Cookie. |
| EntityFormDisplayXmlCookieTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlCookieTest.php |
|
| EntityFormDisplayXmlCookieTest::$auth |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlCookieTest.php |
The authentication mechanism to use in this test. |
| EntityFormDisplayXmlCookieTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlCookieTest.php |
The theme to install as the default for testing. |
| EntityFormDisplayXmlCookieTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlCookieTest.php |
The format to use in this test. |
| EntityFormDisplayXmlCookieTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayXmlCookieTest.php |
The MIME type that corresponds to $format. |
| EntityFormModeJsonAnonTest |
class |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonAnonTest.php |
Tests Entity Form Mode Json Anon. |
| EntityFormModeJsonAnonTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonAnonTest.php |
|
| EntityFormModeJsonAnonTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonAnonTest.php |
The theme to install as the default for testing. |
| EntityFormModeJsonAnonTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonAnonTest.php |
The format to use in this test. |
| EntityFormModeJsonAnonTest::$mimeType |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonAnonTest.php |
The MIME type that corresponds to $format. |
| EntityFormModeJsonBasicAuthTest |
class |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php |
Tests Entity Form Mode Json Basic Auth. |
| EntityFormModeJsonBasicAuthTest.php |
file |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php |
|
| EntityFormModeJsonBasicAuthTest::$auth |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| EntityFormModeJsonBasicAuthTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| EntityFormModeJsonBasicAuthTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php |
The format to use in this test. |