Search for js
- Search 7.x for js
- Search 9.5.x for js
- Search 8.9.x for js
- Search 10.3.x for js
- Search 11.x for js
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| jsonapi_response_validator.services.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_response_validator/jsonapi_response_validator.services.yml |
| jsonapi_test_collection_count.info.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/jsonapi_test_collection_count.info.yml |
| jsonapi_test_collection_count.services.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/jsonapi_test_collection_count.services.yml |
| jsonapi_test_data_type.info.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_data_type/jsonapi_test_data_type.info.yml |
| jsonapi_test_data_type.services.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_data_type/jsonapi_test_data_type.services.yml |
| jsonapi_test_field_access.info.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_field_access/jsonapi_test_field_access.info.yml |
| jsonapi_test_field_access.permissions.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_field_access/jsonapi_test_field_access.permissions.yml |
| jsonapi_test_field_aliasing.info.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/jsonapi_test_field_aliasing.info.yml |
| jsonapi_test_field_aliasing.services.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/jsonapi_test_field_aliasing.services.yml |
| jsonapi_test_field_filter_access.info.yml | file | core/ |
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/ |
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/ |
core/modules/jsonapi/tests/modules/jsonapi_test_field_type/jsonapi_test_field_type.info.yml |
| jsonapi_test_field_type.schema.yml | file | core/ |
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/ |
core/modules/jsonapi/tests/modules/jsonapi_test_field_type/jsonapi_test_field_type.services.yml |
| jsonapi_test_meta_events.info.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_meta_events/jsonapi_test_meta_events.info.yml |
| jsonapi_test_meta_events.meta_subscriber | service | core/ |
Drupal\jsonapi_test_meta_events\EventSubscriber\MetaEventSubscriber |
| jsonapi_test_meta_events.services.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_meta_events/jsonapi_test_meta_events.services.yml |
| jsonapi_test_non_cacheable_methods.info.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_non_cacheable_methods/jsonapi_test_non_cacheable_methods.info.yml |
| jsonapi_test_normalizers_kernel.info.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_normalizers_kernel/jsonapi_test_normalizers_kernel.info.yml |
| jsonapi_test_normalizers_kernel.jsonapi_document_toplevel | service | core/ |
Alias of serializer.normalizer.jsonapi_document_toplevel.jsonapi |
| jsonapi_test_normalizers_kernel.services.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_normalizers_kernel/jsonapi_test_normalizers_kernel.services.yml |
| jsonapi_test_resource_type_building.build_subscriber | service | core/ |
Drupal\jsonapi_test_resource_type_building\EventSubscriber\ResourceTypeBuildEventSubscriber |
| jsonapi_test_resource_type_building.info.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/jsonapi_test_resource_type_building.info.yml |
| jsonapi_test_resource_type_building.late_build_subscriber | service | core/ |
Drupal\jsonapi_test_resource_type_building\EventSubscriber\LateResourceTypeBuildEventSubscriber |
| jsonapi_test_resource_type_building.services.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/jsonapi_test_resource_type_building.services.yml |
| jsonapi_test_user.info.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_user/jsonapi_test_user.info.yml |
| jsonapi_update_last_removed | function | core/ |
Implements hook_update_last_removed(). |
| JsOnceTestController | class | core/ |
Controller for testing the @drupal/once library integration. |
| JsOnceTestController.php | file | core/ |
|
| JsOnceTestController::onceTest | function | core/ |
Provides elements for testing @drupal/once. |
| JsonEncoder | class | core/ |
Adds 'ajax' to the supported content types of the JSON encoder. |
| JsonEncoder | class | core/ |
Encodes JSON:API data. |
| JsonEncoder.php | file | core/ |
|
| JsonEncoder.php | file | core/ |
|
| JsonEncoder::$format | property | core/ |
The formats that this Encoder supports. |
| JsonEncoder::$format | property | core/ |
The formats that this Encoder supports. |
| JsonEncoder::supportsDecoding | function | core/ |
|
| JsonEncoder::supportsEncoding | function | core/ |
|
| JsonEncoder::__construct | function | core/ |
|
| JsonEncoderTest | class | core/ |
Tests Drupal\serialization\Encoder\JsonEncoder. |
| JsonEncoderTest | class | core/ |
Tests the JSON:API encoder. |
| JsonEncoderTest.php | file | core/ |
|
| JsonEncoderTest.php | file | core/ |
|
| JsonEncoderTest::$encoder | property | core/ |
The encoder under test. |
| JsonEncoderTest::$encoder | property | core/ |
The encoder under test. |
| JsonEncoderTest::setUp | function | core/ |
|
| JsonEncoderTest::setUp | function | core/ |
|
| JsonEncoderTest::testEncodeInvalidUtf8IsSubstituted | function | core/ |
Tests that invalid UTF-8 is handled via JSON_INVALID_UTF8_SUBSTITUTE. |
| JsonEncoderTest::testHtmlUnsafeCharactersAreEscaped | function | core/ |
Tests that HTML-unsafe characters are still escaped. |
| JsonEncoderTest::testInheritsControlCharacterHandling | function | core/ |
Tests JSON:API encoder inherits control character handling. |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.