You are here

constant JSONAPI_FILTER_AMONG_ALL in JSON:API 8

Same name and namespace in other branches
  1. 8.2 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

./jsonapi.module, line 24
Module implementation file.

Code

const JSONAPI_FILTER_AMONG_ALL = 'filter_among_all';