| EntityTestExternal.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestExternal.php |
|
| EntityTestExternal::toUrl |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestExternal.php |
Gets the URL object for the entity. |
| EntityTestFieldMethods |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldMethods.php |
Defines the test entity class. |
| EntityTestFieldMethods.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldMethods.php |
|
| EntityTestFieldMethods::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldMethods.php |
Provides base field definitions for an entity type. |
| EntityTestFieldOverride |
class |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php |
Defines a test entity class for testing default values. |
| EntityTestFieldOverride.php |
file |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php |
|
| EntityTestFieldOverride::baseFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php |
Provides base field definitions for an entity type. |
| EntityTestFieldOverride::bundleFieldDefinitions |
function |
core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php |
Provides field definitions for a specific bundle. |
| EntityTestForm |
class |
core/modules/system/tests/modules/entity_test/src/EntityTestForm.php |
Form controller for the test entity edit forms. |
| EntityTestForm.php |
file |
core/modules/system/tests/modules/entity_test/src/EntityTestForm.php |
|
| EntityTestForm::form |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestForm.php |
Gets the actual form array to be built. |
| EntityTestForm::prepareEntity |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestForm.php |
Prepares the entity object before the form is built first. |
| EntityTestForm::save |
function |
core/modules/system/tests/modules/entity_test/src/EntityTestForm.php |
Form submission handler for the 'save' action. |
| EntityTestHalJsonAnonTest |
class |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonAnonTest.php |
@group hal |
| EntityTestHalJsonAnonTest.php |
file |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonAnonTest.php |
|
| EntityTestHalJsonAnonTest::$defaultTheme |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonAnonTest.php |
The theme to install as the default for testing. |
| EntityTestHalJsonAnonTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonAnonTest.php |
The format to use in this test. |
| EntityTestHalJsonAnonTest::$mimeType |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonAnonTest.php |
The MIME type that corresponds to $format. |
| EntityTestHalJsonAnonTest::$modules |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonAnonTest.php |
Modules to install. |
| EntityTestHalJsonAnonTest::getExpectedNormalizedEntity |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonAnonTest.php |
Returns the expected normalization of the entity. |
| EntityTestHalJsonAnonTest::getNormalizedPostEntity |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonAnonTest.php |
Returns the normalized POST entity. |
| EntityTestHalJsonBasicAuthTest |
class |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonBasicAuthTest.php |
@group hal |
| EntityTestHalJsonBasicAuthTest.php |
file |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonBasicAuthTest.php |
|
| EntityTestHalJsonBasicAuthTest::$auth |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| EntityTestHalJsonBasicAuthTest::$defaultTheme |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| EntityTestHalJsonBasicAuthTest::$modules |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonBasicAuthTest.php |
Modules to install. |
| EntityTestHalJsonCookieTest |
class |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonCookieTest.php |
@group hal |
| EntityTestHalJsonCookieTest.php |
file |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonCookieTest.php |
|
| EntityTestHalJsonCookieTest::$auth |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonCookieTest.php |
The authentication mechanism to use in this test. |
| EntityTestHalJsonCookieTest::$defaultTheme |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonCookieTest.php |
The theme to install as the default for testing. |
| EntityTestHalJsonInternalPropertyNormalizerTest |
class |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonInternalPropertyNormalizerTest.php |
Test that internal properties are not exposed in the 'hal_json' format. |
| EntityTestHalJsonInternalPropertyNormalizerTest.php |
file |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonInternalPropertyNormalizerTest.php |
|
| EntityTestHalJsonInternalPropertyNormalizerTest::$defaultTheme |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonInternalPropertyNormalizerTest.php |
The theme to install as the default for testing. |
| EntityTestHalJsonInternalPropertyNormalizerTest::$modules |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonInternalPropertyNormalizerTest.php |
Modules to install. |
| EntityTestHalJsonInternalPropertyNormalizerTest::createEntity |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonInternalPropertyNormalizerTest.php |
Creates the entity to be tested. |
| EntityTestHalJsonInternalPropertyNormalizerTest::getExpectedCacheContexts |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonInternalPropertyNormalizerTest.php |
The expected cache contexts for the GET/HEAD response of the test entity. |
| EntityTestHalJsonInternalPropertyNormalizerTest::getExpectedCacheTags |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonInternalPropertyNormalizerTest.php |
The expected cache tags for the GET/HEAD response of the test entity. |
| EntityTestHalJsonInternalPropertyNormalizerTest::getExpectedNormalizedEntity |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonInternalPropertyNormalizerTest.php |
Returns the expected normalization of the entity. |
| EntityTestHalJsonInternalPropertyNormalizerTest::getNormalizedPostEntity |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonInternalPropertyNormalizerTest.php |
Returns the normalized POST entity. |
| EntityTestJsonAnonTest |
class |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonAnonTest.php |
@group rest |
| EntityTestJsonAnonTest.php |
file |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonAnonTest.php |
|
| EntityTestJsonAnonTest::$defaultTheme |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonAnonTest.php |
The theme to install as the default for testing. |
| EntityTestJsonAnonTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonAnonTest.php |
The format to use in this test. |
| EntityTestJsonAnonTest::$mimeType |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonAnonTest.php |
The MIME type that corresponds to $format. |
| EntityTestJsonBasicAuthTest |
class |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonBasicAuthTest.php |
@group rest |
| EntityTestJsonBasicAuthTest.php |
file |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonBasicAuthTest.php |
|
| EntityTestJsonBasicAuthTest::$auth |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| EntityTestJsonBasicAuthTest::$defaultTheme |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| EntityTestJsonBasicAuthTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonBasicAuthTest.php |
The format to use in this test. |