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 11.x for all
  6. Other projects
Title Object type File name Summary
JsonApiFunctionalTestBase::setUp function core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php
JsonapiHooks class core/modules/jsonapi/src/Hook/JsonapiHooks.php Hook implementations for jsonapi.
JsonapiHooks.php file core/modules/jsonapi/src/Hook/JsonapiHooks.php
JsonapiHooks::entityBundleCreate function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_entity_bundle_create().
JsonapiHooks::entityBundleDelete function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_entity_bundle_delete().
JsonapiHooks::entityCreate function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_entity_create().
JsonapiHooks::entityDelete function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_entity_delete().
JsonapiHooks::help function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_help().
JsonapiHooks::jsonapiBlockContentFilterAccess function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'block_content'.
JsonapiHooks::jsonapiCommentFilterAccess function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'comment'.
JsonapiHooks::jsonapiEntityFilterAccess function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_jsonapi_entity_filter_access().
JsonapiHooks::jsonapiEntityTestFilterAccess function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'entity_test'.
JsonapiHooks::jsonapiFileFilterAccess function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'file'.
JsonapiHooks::jsonapiMediaFilterAccess function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'media'.
JsonapiHooks::jsonapiNodeFilterAccess function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'node'.
JsonapiHooks::jsonapiTaxonomyTermFilterAccess function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'taxonomy_term'.
JsonapiHooks::jsonapiUserFilterAccess function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'user'.
JsonapiHooks::jsonapiWorkspaceFilterAccess function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'workspace'.
JsonapiHooks::modulesInstalled function core/modules/jsonapi/src/Hook/JsonapiHooks.php Implements hook_modules_installed().
JsonApiJsonSchemaTestTrait trait core/modules/jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php Support methods for testing JSON API schema.
JsonApiJsonSchemaTestTrait.php file core/modules/jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php
JsonApiJsonSchemaTestTrait::getJsonSchemaTestNormalizationFormat function core/modules/jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php Format that should be used when performing test normalizations.
JsonApiJsonSchemaTestTrait::getNormalizationForValue function core/modules/jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php
JsonApiJsonSchemaTestTrait::getValidator function core/modules/jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php Get the JSON Schema Validator.
JsonapiKernelTestBase class core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php Contains shared test utility methods.
JsonapiKernelTestBase.php file core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php
JsonapiKernelTestBase::$modules property core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php Modules to install.
JsonapiKernelTestBase::createTextField function core/modules/jsonapi/tests/src/Kernel/JsonapiKernelTestBase.php Creates a field of a text field storage on the bundle.
JsonapiMaintenanceModeSubscriber class core/modules/jsonapi/src/EventSubscriber/JsonapiMaintenanceModeSubscriber.php Maintenance mode subscriber for JSON:API requests.
JsonapiMaintenanceModeSubscriber.php file core/modules/jsonapi/src/EventSubscriber/JsonapiMaintenanceModeSubscriber.php
JsonapiMaintenanceModeSubscriber::$config property core/modules/jsonapi/src/EventSubscriber/JsonapiMaintenanceModeSubscriber.php The configuration factory.
JsonapiMaintenanceModeSubscriber::$maintenanceMode property core/modules/jsonapi/src/EventSubscriber/JsonapiMaintenanceModeSubscriber.php The maintenance mode.
JsonapiMaintenanceModeSubscriber::getSubscribedEvents function core/modules/jsonapi/src/EventSubscriber/JsonapiMaintenanceModeSubscriber.php
JsonapiMaintenanceModeSubscriber::onMaintenanceModeRequest function core/modules/jsonapi/src/EventSubscriber/JsonapiMaintenanceModeSubscriber.php Returns response when site is in maintenance mode and user is not exempt.
JsonapiMaintenanceModeSubscriber::__construct function core/modules/jsonapi/src/EventSubscriber/JsonapiMaintenanceModeSubscriber.php Constructs a new JsonapiMaintenanceModeSubscriber.
JsonApiPatchRegressionTest class core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php JSON:API regression tests.
JsonApiPatchRegressionTest.php file core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php
JsonApiPatchRegressionTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php The theme to install as the default for testing.
JsonApiPatchRegressionTest::$modules property core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php Modules to install.
JsonApiPatchRegressionTest::testBundlelessRelationshipMutationFromIssue2973681 function core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php Ensure POST and PATCH works for bundle-less relationship routes.
JsonApiPatchRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 function core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php Ensure filtering on relationships works with bundle-specific target types.
JsonApiPatchRegressionTest::testDanglingReferencesInAnEntityReferenceFieldFromIssue2968972 function core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php Cannot PATCH an entity with dangling references in an ER field.
JsonApiPatchRegressionTest::testNonTranslatableEntityUpdatesFromIssue3043168 function core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php Ensure non-translatable entities can be PATCHed with an alternate language.
JsonApiPatchRegressionTest::testPatchingDateTimeFieldsFromIssue3021194 function core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php Ensures PATCHing datetime (both date-only & date+time) fields is possible.
JsonApiPatchRegressionTest::testPatchInvalidFieldPropertyFromIssue3127883 function core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php Ensure PATCHing a non-existing field property results in a helpful error.
JsonApiPatchRegressionTest::testPatchToIncludeUrlDoesNotReturnIncludeFromIssue3026030 function core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php Ensure includes are respected even when PATCHing.
JsonApiPerformanceTest class core/modules/jsonapi/tests/src/FunctionalJavascript/JsonApiPerformanceTest.php Tests performance for JSON:API routes.
JsonApiPerformanceTest.php file core/modules/jsonapi/tests/src/FunctionalJavascript/JsonApiPerformanceTest.php
JsonApiPerformanceTest::$defaultTheme property core/modules/jsonapi/tests/src/FunctionalJavascript/JsonApiPerformanceTest.php The theme to install as the default for testing.
JsonApiPerformanceTest::$modules property core/modules/jsonapi/tests/src/FunctionalJavascript/JsonApiPerformanceTest.php Modules to install.

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