| EntityResourceTestBase::getExpectedCacheTags |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
The expected cache tags for the GET/HEAD response of the test entity. |
| EntityResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
Returns the expected normalization of the entity. |
| EntityResourceTestBase::getExpectedUnauthorizedAccessCacheability |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
Returns the expected cacheability of an unauthorized access response. |
| EntityResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
Return the expected error message. |
| EntityResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
The cacheability of unauthorized 'view' entity access. |
| EntityResourceTestBase::getModifiedEntityForPatchTesting |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
Clones the given entity and modifies all PATCH-protected fields. |
| EntityResourceTestBase::getModifiedEntityForPostTesting |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
Gets the normalized POST entity with random values for its unique fields. |
| EntityResourceTestBase::getNormalizedPatchEntity |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
Returns the normalized PATCH entity. |
| EntityResourceTestBase::getNormalizedPostEntity |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
Returns the normalized POST entity. |
| EntityResourceTestBase::makeNormalizationInvalid |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
Makes the given entity normalization invalid. |
| EntityResourceTestBase::provisionEntityResource |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
Provides an entity resource. |
| EntityResourceTestBase::setUp |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
|
| EntityResourceTestBase::testDelete |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
Tests a DELETE request for an entity, plus edge cases to ensure good DX. |
| EntityResourceTestBase::testGet |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
Tests a GET request for an entity, plus edge cases to ensure good DX. |
| EntityResourceTestBase::testPatch |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
Tests a PATCH request for an entity, plus edge cases to ensure good DX. |
| EntityResourceTestBase::testPost |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
Tests a POST request for an entity, plus edge cases to ensure good DX. |
| EntityResourceValidationTraitTest |
class |
core/modules/rest/tests/src/Unit/EntityResourceValidationTraitTest.php |
Tests Drupal\rest\Plugin\rest\resource\EntityResourceValidationTrait. |
| EntityResourceValidationTraitTest.php |
file |
core/modules/rest/tests/src/Unit/EntityResourceValidationTraitTest.php |
|
| EntityResourceValidationTraitTest::testFailedValidate |
function |
core/modules/rest/tests/src/Unit/EntityResourceValidationTraitTest.php |
Tests failed validate. |
| EntityResourceValidationTraitTest::testValidate |
function |
core/modules/rest/tests/src/Unit/EntityResourceValidationTraitTest.php |
Tests validate. |
| EntityResourceValidationTraitTestClass |
class |
core/modules/rest/tests/src/Unit/EntityResourceValidationTraitTest.php |
A test class to use to test EntityResourceValidationTrait. |
| EntityReverseJoinTest |
class |
core/modules/views/tests/src/Kernel/Plugin/EntityReverseJoinTest.php |
Tests the EntityReverse join plugin. |
| EntityReverseJoinTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/EntityReverseJoinTest.php |
|
| EntityReverseJoinTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/EntityReverseJoinTest.php |
Views to be enabled. |
| EntityReverseJoinTest::testJoinThroughRelationship |
function |
core/modules/views/tests/src/Kernel/Plugin/EntityReverseJoinTest.php |
Tests that the EntityReverse plugin loads the correct join plugin. |
| EntityRevisionParamConverterTest |
class |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
Tests Drupal\Core\ParamConverter\EntityRevisionParamConverter. |
| EntityRevisionParamConverterTest.php |
file |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
|
| EntityRevisionParamConverterTest::$converter |
property |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
The tested entity revision param converter. |
| EntityRevisionParamConverterTest::getTestRoute |
function |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
|
| EntityRevisionParamConverterTest::providerTestConvert |
function |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
Provides test data for testConvert. |
| EntityRevisionParamConverterTest::setUp |
function |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
|
| EntityRevisionParamConverterTest::testApplyingRoute |
function |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
Tests applying route. |
| EntityRevisionParamConverterTest::testConvert |
function |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
Tests the convert() method. |
| EntityRevisionParamConverterTest::testConvertWithInvalidDynamicEntityType |
function |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
Tests the convert() method with an invalid dynamic entity type ID. |
| EntityRevisionParamConverterTest::testConvertWithInvalidEntityType |
function |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
Tests the convert() method with an invalid entity type ID. |
| EntityRevisionParamConverterTest::testConvertWithInvalidType |
function |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
Tests the convert() method with an invalid dynamic entity type ID. |
| EntityRevisionParamConverterTest::testNonApplyingRoute |
function |
core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php |
Tests non applying route. |
| EntityRevisionRouteEnhancerTest |
class |
core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php |
Tests Drupal\Core\Routing\Enhancer\EntityRevisionRouteEnhancer. |
| EntityRevisionRouteEnhancerTest.php |
file |
core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php |
|
| EntityRevisionRouteEnhancerTest::$routeEnhancer |
property |
core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php |
|
| EntityRevisionRouteEnhancerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php |
|
| EntityRevisionRouteEnhancerTest::testEnhanceWithEntityRevision |
function |
core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php |
Tests enhance with entity revision. |
| EntityRevisionRouteEnhancerTest::testEnhanceWithoutEntityRevision |
function |
core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php |
Tests enhance without entity revision. |
| EntityRevisionRouteEnhancerTest::testEnhanceWithoutParameter |
function |
core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php |
Tests enhance without parameter. |
| EntityRevisionsTest |
class |
core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php |
Tests modifying an entity with revisions. |
| EntityRevisionsTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php |
Tests the loaded Revision of an entity. |
| EntityRevisionsTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php |
|
| EntityRevisionsTest.php |
file |
core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php |
|
| EntityRevisionsTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php |
The theme to install as the default for testing. |
| EntityRevisionsTest::$modules |
property |
core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php |
Modules to install. |