Search for js

  1. Search 7.x for js
  2. Search 9.5.x for js
  3. Search 8.9.x for js
  4. Search 10.3.x for js
  5. Other projects
Title Object type File name Summary
Routes::isJsonApiRequest function core/modules/jsonapi/src/Routing/Routes.php Determines if the given request is for a JSON:API generated route.
Routes::JSON_API_ROUTE_FLAG_KEY constant core/modules/jsonapi/src/Routing/Routes.php A key with which to flag a route as belonging to the JSON:API module.
SearchPageJsonAnonTest class core/modules/search/tests/src/Functional/Rest/SearchPageJsonAnonTest.php @group rest
SearchPageJsonAnonTest.php file core/modules/search/tests/src/Functional/Rest/SearchPageJsonAnonTest.php
SearchPageJsonAnonTest::$defaultTheme property core/modules/search/tests/src/Functional/Rest/SearchPageJsonAnonTest.php The theme to install as the default for testing.
SearchPageJsonAnonTest::$format property core/modules/search/tests/src/Functional/Rest/SearchPageJsonAnonTest.php The format to use in this test.
SearchPageJsonAnonTest::$mimeType property core/modules/search/tests/src/Functional/Rest/SearchPageJsonAnonTest.php The MIME type that corresponds to $format.
SearchPageJsonBasicAuthTest class core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php @group rest
SearchPageJsonBasicAuthTest.php file core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php
SearchPageJsonBasicAuthTest::$auth property core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php The authentication mechanism to use in this test.
SearchPageJsonBasicAuthTest::$defaultTheme property core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php The theme to install as the default for testing.
SearchPageJsonBasicAuthTest::$format property core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php The format to use in this test.
SearchPageJsonBasicAuthTest::$mimeType property core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php The MIME type that corresponds to $format.
SearchPageJsonBasicAuthTest::$modules property core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php Modules to install.
SearchPageJsonCookieTest class core/modules/search/tests/src/Functional/Rest/SearchPageJsonCookieTest.php @group rest
SearchPageJsonCookieTest.php file core/modules/search/tests/src/Functional/Rest/SearchPageJsonCookieTest.php
SearchPageJsonCookieTest::$auth property core/modules/search/tests/src/Functional/Rest/SearchPageJsonCookieTest.php The authentication mechanism to use in this test.
SearchPageJsonCookieTest::$defaultTheme property core/modules/search/tests/src/Functional/Rest/SearchPageJsonCookieTest.php The theme to install as the default for testing.
SearchPageJsonCookieTest::$format property core/modules/search/tests/src/Functional/Rest/SearchPageJsonCookieTest.php The format to use in this test.
SearchPageJsonCookieTest::$mimeType property core/modules/search/tests/src/Functional/Rest/SearchPageJsonCookieTest.php The MIME type that corresponds to $format.
SecurityAdvisoriesFetcher::ADVISORIES_JSON_EXPIRABLE_KEY constant core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php The key to use to store the advisories feed response.
SecurityAdvisoriesFetcherTest::testInvalidJsonResponse function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Tests that invalid JSON feed responses are not stored.
SecurityAdvisoryTest::$invalidJsonEndpoint property core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php A test PSA endpoint that returns invalid JSON.
serialization.json service core/core.services.yml Drupal\Component\Serialization\Json
serializer.encoder.json service core/modules/serialization/serialization.services.yml Drupal\serialization\Encoder\JsonEncoder
serializer.encoder.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Encoder\JsonEncoder
serializer.normalizer.config_entity.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\ConfigEntityDenormalizer
serializer.normalizer.content_entity.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\ContentEntityDenormalizer
serializer.normalizer.data.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\DataNormalizer
serializer.normalizer.entity_access_exception.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\EntityAccessDeniedHttpExceptionNormalizer
serializer.normalizer.field.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\FieldNormalizer
serializer.normalizer.field_item.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\FieldItemNormalizer
serializer.normalizer.http_exception.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\HttpExceptionNormalizer
serializer.normalizer.jsonapi_document_toplevel.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\JsonApiDocumentTopLevelNormalizer
serializer.normalizer.link_collection.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\LinkCollectionNormalizer
serializer.normalizer.relationship.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\RelationshipNormalizer
serializer.normalizer.resource_identifier.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\ResourceIdentifierNormalizer
serializer.normalizer.resource_object.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\ResourceObjectNormalizer
serializer.normalizer.string.jsonapi_test_data_type service core/modules/jsonapi/tests/modules/jsonapi_test_data_type/jsonapi_test_data_type.services.yml Drupal\jsonapi_test_data_type\Normalizer\StringNormalizer
serializer.normalizer.string.jsonapi_test_field_type service core/modules/jsonapi/tests/modules/jsonapi_test_field_type/jsonapi_test_field_type.services.yml Drupal\jsonapi_test_field_type\Normalizer\StringNormalizer
serializer.normalizer.traversable_object.jsonapi_test_data_type service core/modules/jsonapi/tests/modules/jsonapi_test_data_type/jsonapi_test_data_type.services.yml Drupal\jsonapi_test_data_type\Normalizer\TraversableObjectNormalizer
serializer.normalizer.unprocessable_entity_exception.jsonapi service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Normalizer\UnprocessableHttpEntityExceptionNormalizer
ShortcutJsonAnonTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php @group rest
ShortcutJsonAnonTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php
ShortcutJsonAnonTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php The theme to install as the default for testing.
ShortcutJsonAnonTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php The format to use in this test.
ShortcutJsonAnonTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonAnonTest.php The MIME type that corresponds to $format.
ShortcutJsonBasicAuthTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php @group rest
ShortcutJsonBasicAuthTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php
ShortcutJsonBasicAuthTest::$auth property core/modules/shortcut/tests/src/Functional/Rest/ShortcutJsonBasicAuthTest.php The authentication mechanism to use in this test.

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