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 |
|---|---|---|---|
| JsonApiRegressionTest::testPatchingDateTimeNormalizedWrongTimeZoneIssue3021194 | function | core/ |
Ensures datetime fields are normalized using the correct timezone. |
| JsonApiRegressionTest::testPostToIncludeUrlDoesNotReturnIncludeFromIssue3026030 | function | core/ |
Ensure includes are respected even when POSTing. |
| JsonApiRegressionTest::testRecursionDetectedWhenResponseContainsViolationsFrom3042124 | function | core/ |
Tests that the response still has meaningful error messages. |
| JsonApiRegressionTest::testThatRoutesAreRebuiltAfterDataModelChangesFromIssue2984886 | function | core/ |
Ensures that JSON:API routes are caches are dynamically rebuilt. |
| JsonApiRelationshipTest | class | core/ |
JSON:API resource tests. |
| JsonApiRelationshipTest.php | file | core/ |
|
| JsonApiRelationshipTest::$bundle | property | core/ |
The entity bundle. |
| JsonApiRelationshipTest::$entityTypeId | property | core/ |
The entity type ID. |
| JsonApiRelationshipTest::$fieldName | property | core/ |
The field name. |
| JsonApiRelationshipTest::$modules | property | core/ |
Modules to install. |
| JsonApiRelationshipTest::setUp | function | core/ |
|
| JsonApiRelationshipTest::testPatchHandleUUIDPropertyReferenceFieldIssue3127883 | function | core/ |
Test relationships without target_id as main property. |
| JsonApiRequestTestTrait | trait | core/ |
Boilerplate for JSON:API Functional tests' HTTP requests. |
| JsonApiRequestTestTrait.php | file | core/ |
|
| JsonApiRequestValidator | class | core/ |
Subscriber that validates the query parameter names on a JSON:API request. |
| JsonApiRequestValidator.php | file | core/ |
|
| JsonApiRequestValidator::getSubscribedEvents | function | core/ |
|
| JsonApiRequestValidator::onRequest | function | core/ |
Validates JSON:API requests. |
| JsonApiRequestValidator::onResponse | function | core/ |
Validates JSON:API requests. |
| JsonApiRequestValidator::validateQueryParams | function | core/ |
Validates custom (implementation-specific) query parameter names. |
| JsonapiRequirements | class | core/ |
Requirements for the JSON:API module. |
| JsonapiRequirements.php | file | core/ |
|
| JsonapiRequirements::runtime | function | core/ |
Implements hook_runtime_requirements(). |
| JsonapiRequirements::__construct | function | core/ |
|
| JsonapiServiceProvider | class | core/ |
Adds 'api_json' as known format and prevents its use in the REST module. |
| JsonapiServiceProvider.php | file | core/ |
|
| JsonapiServiceProvider::alter | function | core/ |
Modifies existing service definitions. |
| JsonapiServiceProvider::register | function | core/ |
Registers services to the container. |
| JsonApiSettingsForm | class | core/ |
Configure JSON:API settings for this site. |
| JsonApiSettingsForm.php | file | core/ |
|
| JsonApiSettingsForm::buildForm | function | core/ |
Form constructor. |
| JsonApiSettingsForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| JsonApiSpec | class | core/ |
Defines constants used for compliance with the JSON:API specification. |
| JsonApiSpec.php | file | core/ |
|
| JsonApiSpec::getReservedQueryParameters | function | core/ |
Gets the reserved (official) JSON:API query parameters. |
| JsonApiSpec::isValidCustomQueryParameter | function | core/ |
Checks whether the given custom query parameter name is valid. |
| JsonApiSpec::isValidMemberName | function | core/ |
Checks whether the given member name is valid. |
| JsonApiSpec::MEMBER_NAME_GLOBALLY_ALLOWED_CHARACTER_CLASS | constant | core/ |
Member name: globally allowed characters. |
| JsonApiSpec::MEMBER_NAME_INNER_ALLOWED_CHARACTERS | constant | core/ |
Member name: allowed characters except as the first or last character. |
| JsonApiSpec::MEMBER_NAME_REGEXP | constant | core/ |
Regular expression to check the validity of a member name. |
| JsonApiSpec::RESERVED_QUERY_PARAMETERS | constant | core/ |
The reserved (official) query parameters. |
| JsonApiSpec::SUPPORTED_SPECIFICATION_JSON_SCHEMA | constant | core/ |
The URI of the supported specification's JSON Schema. |
| JsonApiSpec::SUPPORTED_SPECIFICATION_PERMALINK | constant | core/ |
The URI of the supported specification document. |
| JsonApiSpec::SUPPORTED_SPECIFICATION_VERSION | constant | core/ |
The minimum supported specification version. |
| JsonApiSpec::VERSION_QUERY_PARAMETER | constant | core/ |
The query parameter for providing a version (revision) value. |
| JsonApiSpecTest | class | core/ |
Tests Drupal\jsonapi\JsonApiSpec. |
| JsonApiSpecTest.php | file | core/ |
|
| JsonApiSpecTest::providerTestIsValidCustomQueryParameter | function | core/ |
Data provider for testIsValidCustomQueryParameter. |
| JsonApiSpecTest::providerTestIsValidMemberName | function | core/ |
Data provider for testIsValidMemberName. |
| JsonApiSpecTest::testIsValidCustomQueryParameter | function | core/ |
Provides test cases. |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.