You are here

Functions in JSON:API 8.2

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_jsonapi_entity_field_filter_access ./jsonapi.api.php Restricts filtering access to the given field.
hook_jsonapi_entity_filter_access ./jsonapi.api.php Controls access when filtering by entity data via JSON:API.
hook_jsonapi_ENTITY_TYPE_filter_access ./jsonapi.api.php Controls access to filtering by entity data via JSON:API.
jsonapi_entity_bundle_create ./jsonapi.module Implements hook_entity_bundle_create().
jsonapi_entity_bundle_delete ./jsonapi.module Implements hook_entity_bundle_delete().
jsonapi_entity_bundle_field_info ./jsonapi.module Implements hook_entity_bundle_field_info().
jsonapi_entity_create ./jsonapi.module Implements hook_entity_create().
jsonapi_entity_delete ./jsonapi.module Implements hook_entity_delete().
jsonapi_help ./jsonapi.module Implements hook_help().
jsonapi_install ./jsonapi.install Implements hook_install().
jsonapi_jsonapi_aggregator_feed_filter_access ./jsonapi.module Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'aggregator_feed'.
jsonapi_jsonapi_block_content_filter_access ./jsonapi.module Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'block_content'.
jsonapi_jsonapi_comment_filter_access ./jsonapi.module Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'comment'.
jsonapi_jsonapi_entity_filter_access ./jsonapi.module Implements hook_jsonapi_entity_filter_access().
jsonapi_jsonapi_entity_test_filter_access ./jsonapi.module Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'entity_test'.
jsonapi_jsonapi_file_filter_access ./jsonapi.module Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'file'.
jsonapi_jsonapi_media_filter_access ./jsonapi.module Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'media'.
jsonapi_jsonapi_node_filter_access ./jsonapi.module Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'node'.
jsonapi_jsonapi_shortcut_filter_access ./jsonapi.module Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'shortcut'.
jsonapi_jsonapi_taxonomy_term_filter_access ./jsonapi.module Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'taxonomy_term'.
jsonapi_jsonapi_user_filter_access ./jsonapi.module Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'user'.
jsonapi_jsonapi_workspace_filter_access ./jsonapi.module Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'workspace'.
jsonapi_modules_installed ./jsonapi.module Implements hook_modules_installed().
jsonapi_requirements ./jsonapi.install Implements hook_requirements().
jsonapi_test_field_access_entity_field_access tests/modules/jsonapi_test_field_access/jsonapi_test_field_access.module Implements hook_entity_field_access().
jsonapi_test_field_filter_access_jsonapi_entity_field_filter_access tests/modules/jsonapi_test_field_filter_access/jsonapi_test_field_filter_access.module Implements hook_jsonapi_entity_field_field_access().
jsonapi_update_8701 ./jsonapi.install Enable BC: default the new read-only mode to "off" on existing sites.

Other projects