| 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 |
Modules to install. |
| 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 |
Data provider for ::testNormalizedValuesAgainstJsonSchema. |
| JsonApiTopLevelResourceNormalizerTest::setUp |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
|
| JsonApiTopLevelResourceNormalizerTest::tearDown |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
|
| JsonApiTopLevelResourceNormalizerTest::testAliasFieldRouteException |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
Tests the message and exceptions when requesting a Label only resource. |
| JsonApiTopLevelResourceNormalizerTest::testCacheableMetadata |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
Ensure that cacheability metadata is properly added. |
| JsonApiTopLevelResourceNormalizerTest::testConfigEntityResourceObjectSchema |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
Test the generated config resource object normalization against the schema. |
| JsonApiTopLevelResourceNormalizerTest::testDenormalize |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
Try to POST a node and check if it exists afterwards. |
| JsonApiTopLevelResourceNormalizerTest::testDenormalizeInvalidTypeAndNoType |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
Tests denormalization for related resources with missing or invalid types. |
| JsonApiTopLevelResourceNormalizerTest::testDenormalizeUuid |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
Try to POST a node and check if it exists afterwards. |
| JsonApiTopLevelResourceNormalizerTest::testNormalize |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
Tests normalize. |
| JsonApiTopLevelResourceNormalizerTest::testNormalizeConfig |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
Tests normalize config. |
| JsonApiTopLevelResourceNormalizerTest::testNormalizeException |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
Tests normalize exception. |
| JsonApiTopLevelResourceNormalizerTest::testNormalizeUuid |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
Tests normalize uuid. |
| JsonApiTopLevelResourceNormalizerTest::testResourceObjectSchema |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
Test the generated resource object normalization against the schema. |
| JsonApiTopLevelResourceNormalizerTest::testTopLevelResourceWithSingleResource |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
Tests the serialization of a top-level JSON:API document with a single resource. |
| jsonapi_test_collection_count.info.yml |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/jsonapi_test_collection_count.info.yml |
core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/jsonapi_test_collection_count.info.yml |
| jsonapi_test_collection_count.services.yml |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/jsonapi_test_collection_count.services.yml |
core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/jsonapi_test_collection_count.services.yml |
| jsonapi_test_data_type.info.yml |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_data_type/jsonapi_test_data_type.info.yml |
core/modules/jsonapi/tests/modules/jsonapi_test_data_type/jsonapi_test_data_type.info.yml |
| jsonapi_test_data_type.services.yml |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_data_type/jsonapi_test_data_type.services.yml |
core/modules/jsonapi/tests/modules/jsonapi_test_data_type/jsonapi_test_data_type.services.yml |
| jsonapi_test_field_access.info.yml |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_field_access/jsonapi_test_field_access.info.yml |
core/modules/jsonapi/tests/modules/jsonapi_test_field_access/jsonapi_test_field_access.info.yml |
| jsonapi_test_field_access.permissions.yml |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_field_access/jsonapi_test_field_access.permissions.yml |
core/modules/jsonapi/tests/modules/jsonapi_test_field_access/jsonapi_test_field_access.permissions.yml |
| jsonapi_test_field_aliasing.info.yml |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/jsonapi_test_field_aliasing.info.yml |
core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/jsonapi_test_field_aliasing.info.yml |
| jsonapi_test_field_aliasing.services.yml |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/jsonapi_test_field_aliasing.services.yml |
core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/jsonapi_test_field_aliasing.services.yml |
| jsonapi_test_field_filter_access.info.yml |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/jsonapi_test_field_filter_access.info.yml |
core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/jsonapi_test_field_filter_access.info.yml |
| jsonapi_test_field_filter_access.permissions.yml |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/jsonapi_test_field_filter_access.permissions.yml |
core/modules/jsonapi/tests/modules/jsonapi_test_field_filter_access/jsonapi_test_field_filter_access.permissions.yml |
| jsonapi_test_field_type.info.yml |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_field_type/jsonapi_test_field_type.info.yml |
core/modules/jsonapi/tests/modules/jsonapi_test_field_type/jsonapi_test_field_type.info.yml |
| jsonapi_test_field_type.schema.yml |
file |
core/modules/jsonapi/tests/modules/jsonapi_test_field_type/config/schema/jsonapi_test_field_type.schema.yml |
core/modules/jsonapi/tests/modules/jsonapi_test_field_type/config/schema/jsonapi_test_field_type.schema.yml |