You are here

constant JSONAPI_FILTER_AMONG_ALL in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/jsonapi.module \JSONAPI_FILTER_AMONG_ALL
  2. 9 core/modules/jsonapi/jsonapi.module \JSONAPI_FILTER_AMONG_ALL

Array key for denoting type-based filtering access.

Array key for denoting access to filter among all entities of a given type, regardless of whether they are published or enabled, and regardless of their owner.

See also

hook_jsonapi_entity_filter_access()

hook_jsonapi_ENTITY_TYPE_filter_access()

12 uses of JSONAPI_FILTER_AMONG_ALL
hook_jsonapi_entity_filter_access in core/modules/jsonapi/jsonapi.api.php
Controls access when filtering by entity data via JSON:API.
hook_jsonapi_ENTITY_TYPE_filter_access in core/modules/jsonapi/jsonapi.api.php
Controls access to filtering by entity data via JSON:API.
jsonapi_jsonapi_comment_filter_access in core/modules/jsonapi/jsonapi.module
Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'comment'.
jsonapi_jsonapi_entity_filter_access in core/modules/jsonapi/jsonapi.module
Implements hook_jsonapi_entity_filter_access().
jsonapi_jsonapi_entity_test_filter_access in core/modules/jsonapi/jsonapi.module
Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'entity_test'.

... See full list

File

core/modules/jsonapi/jsonapi.module, line 25
Module implementation file.

Code

const JSONAPI_FILTER_AMONG_ALL = 'filter_among_all';