You are here

constant JSONAPI_FILTER_AMONG_ALL in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/jsonapi.module \JSONAPI_FILTER_AMONG_ALL
  2. 10 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()

File

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

Code

const JSONAPI_FILTER_AMONG_ALL = 'filter_among_all';