Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
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_FILTER_AMONG_ALL constant core/modules/jsonapi/jsonapi.module Array key for denoting type-based filtering access.
JSONAPI_FILTER_AMONG_ENABLED constant core/modules/jsonapi/jsonapi.module Array key for denoting type-based enabled-only filtering access.
JSONAPI_FILTER_AMONG_OWN constant core/modules/jsonapi/jsonapi.module Array key for denoting type-based owned-only filtering access.
JSONAPI_FILTER_AMONG_PUBLISHED constant core/modules/jsonapi/jsonapi.module Array key for denoting type-based published-only filtering access.
jsonapi_install function core/modules/jsonapi/jsonapi.install Implements hook_install().
jsonapi_response_validator.info.yml file core/modules/jsonapi/tests/modules/jsonapi_response_validator/jsonapi_response_validator.info.yml core/modules/jsonapi/tests/modules/jsonapi_response_validator/jsonapi_response_validator.info.yml
jsonapi_response_validator.services.yml file core/modules/jsonapi/tests/modules/jsonapi_response_validator/jsonapi_response_validator.services.yml core/modules/jsonapi/tests/modules/jsonapi_response_validator/jsonapi_response_validator.services.yml
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
jsonapi_test_field_type.services.yml file core/modules/jsonapi/tests/modules/jsonapi_test_field_type/jsonapi_test_field_type.services.yml core/modules/jsonapi/tests/modules/jsonapi_test_field_type/jsonapi_test_field_type.services.yml
jsonapi_test_meta_events.info.yml file core/modules/jsonapi/tests/modules/jsonapi_test_meta_events/jsonapi_test_meta_events.info.yml core/modules/jsonapi/tests/modules/jsonapi_test_meta_events/jsonapi_test_meta_events.info.yml
jsonapi_test_meta_events.meta_subscriber service core/modules/jsonapi/tests/modules/jsonapi_test_meta_events/jsonapi_test_meta_events.services.yml Drupal\jsonapi_test_meta_events\EventSubscriber\MetaEventSubscriber

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.