| JsonApiRegressionTest::testPostToIncludeUrlDoesNotReturnIncludeFromIssue3026030 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php |
Ensure includes are respected even when POSTing. |
| JsonApiRegressionTest::testRecursionDetectedWhenResponseContainsViolationsFrom3042124 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php |
Tests that the response still has meaningful error messages. |
| JsonApiRegressionTest::testThatRoutesAreRebuiltAfterDataModelChangesFromIssue2984886 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php |
Ensures that JSON:API routes are caches are dynamically rebuilt. |
| JsonApiRelationshipTest |
class |
core/modules/jsonapi/tests/src/Functional/JsonApiRelationshipTest.php |
JSON:API resource tests. |
| JsonApiRelationshipTest.php |
file |
core/modules/jsonapi/tests/src/Functional/JsonApiRelationshipTest.php |
|
| JsonApiRelationshipTest::$bundle |
property |
core/modules/jsonapi/tests/src/Functional/JsonApiRelationshipTest.php |
The entity bundle. |
| JsonApiRelationshipTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/JsonApiRelationshipTest.php |
The entity type ID. |
| JsonApiRelationshipTest::$fieldName |
property |
core/modules/jsonapi/tests/src/Functional/JsonApiRelationshipTest.php |
The field name. |
| JsonApiRelationshipTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/JsonApiRelationshipTest.php |
|
| JsonApiRelationshipTest::setUp |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRelationshipTest.php |
|
| JsonApiRelationshipTest::testPatchHandleUUIDPropertyReferenceFieldIssue3127883 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRelationshipTest.php |
Test relationships without target_id as main property. |
| JsonApiRequestTestTrait |
trait |
core/modules/jsonapi/tests/src/Functional/JsonApiRequestTestTrait.php |
Boilerplate for JSON:API Functional tests' HTTP requests. |
| JsonApiRequestTestTrait.php |
file |
core/modules/jsonapi/tests/src/Functional/JsonApiRequestTestTrait.php |
|
| JsonApiSpecTest |
class |
core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php |
Tests Drupal\jsonapi\JsonApiSpec. |
| JsonApiSpecTest.php |
file |
core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php |
|
| JsonApiSpecTest::providerTestIsValidCustomQueryParameter |
function |
core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php |
Data provider for testIsValidCustomQueryParameter. |
| JsonApiSpecTest::providerTestIsValidMemberName |
function |
core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php |
Data provider for testIsValidMemberName. |
| JsonApiSpecTest::testIsValidCustomQueryParameter |
function |
core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php |
Provides test cases. |
| JsonApiSpecTest::testIsValidMemberName |
function |
core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php |
Ensures that member names are properly validated. |
| JsonapiTestFieldAccessHooks |
class |
core/modules/jsonapi/tests/modules/jsonapi_test_field_access/src/Hook/JsonapiTestFieldAccessHooks.php |
Hook implementations for jsonapi_test_field_access. |
| JsonapiTestFieldAccessHooks.php |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_field_access/src/Hook/JsonapiTestFieldAccessHooks.php |
|
| JsonapiTestFieldAccessHooks::entityFieldAccess |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_field_access/src/Hook/JsonapiTestFieldAccessHooks.php |
Implements hook_entity_field_access(). |
| JsonapiTestNonCacheableMethodsHooks |
class |
core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/src/Hook/JsonapiTestNonCacheableMethodsHooks.php |
Hook implementations for jsonapi_test_non_cacheable_methods. |
| JsonapiTestNonCacheableMethodsHooks.php |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/src/Hook/JsonapiTestNonCacheableMethodsHooks.php |
|
| JsonapiTestNonCacheableMethodsHooks::entityPredelete |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/src/Hook/JsonapiTestNonCacheableMethodsHooks.php |
Implements hook_entity_predelete(). |
| JsonapiTestNonCacheableMethodsHooks::entityPresave |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/src/Hook/JsonapiTestNonCacheableMethodsHooks.php |
Implements hook_entity_presave(). |
| JsonapiTestUserHooks |
class |
core/modules/jsonapi/tests/modules/jsonapi_test_user/src/Hook/JsonapiTestUserHooks.php |
Hook implementations for jsonapi_test_user. |
| JsonapiTestUserHooks.php |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_user/src/Hook/JsonapiTestUserHooks.php |
|
| JsonapiTestUserHooks::userFormatNameAlter |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_user/src/Hook/JsonapiTestUserHooks.php |
Implements hook_user_format_name_alter(). |
| JsonApiTopLevelResourceNormalizerTest |
class |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
Tests Drupal\jsonapi\Normalizer\JsonApiDocumentTopLevelNormalizer. |
| JsonApiTopLevelResourceNormalizerTest.php |
file |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
|
| JsonApiTopLevelResourceNormalizerTest::$file |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
|
| JsonApiTopLevelResourceNormalizerTest::$includeResolver |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
The include resolver. |
| JsonApiTopLevelResourceNormalizerTest::$modules |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
|
| JsonApiTopLevelResourceNormalizerTest::$node |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
A node to normalize. |
| JsonApiTopLevelResourceNormalizerTest::$nodeType |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
The node type. |
| JsonApiTopLevelResourceNormalizerTest::$resourceTypeRepository |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
The JSON:API resource type repository under test. |
| JsonApiTopLevelResourceNormalizerTest::$term1 |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
A term. |
| JsonApiTopLevelResourceNormalizerTest::$term2 |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
A term. |
| JsonApiTopLevelResourceNormalizerTest::$user |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
A user to normalize. |
| JsonApiTopLevelResourceNormalizerTest::$user2 |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
A user. |
| JsonApiTopLevelResourceNormalizerTest::$vocabulary |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
A vocabulary. |
| JsonApiTopLevelResourceNormalizerTest::cacheableMetadataProvider |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
Provides test cases for asserting cacheable metadata behavior. |
| JsonApiTopLevelResourceNormalizerTest::denormalizeUuidProviderBuilder |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
We cannot use a PHPUnit data provider because our data depends on $this. |
| JsonApiTopLevelResourceNormalizerTest::getNormalizer |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
Helper to load the normalizer. |
| JsonApiTopLevelResourceNormalizerTest::getTestConfigEntityResource |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
Get a test resource type, resource object and includes for config entity. |
| JsonApiTopLevelResourceNormalizerTest::getTestContentEntityResource |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
Get a test resource type, resource object and includes. |
| JsonApiTopLevelResourceNormalizerTest::jsonSchemaDataProvider |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
|
| JsonApiTopLevelResourceNormalizerTest::setUp |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
|
| JsonApiTopLevelResourceNormalizerTest::tearDown |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
|