JSONAPI_FILTER_AMONG_ALL

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/jsonapi.module \JSONAPI_FILTER_AMONG_ALL
  2. 8.9.x core/modules/jsonapi/jsonapi.module \JSONAPI_FILTER_AMONG_ALL
  3. 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

Code

const JSONAPI_FILTER_AMONG_ALL = 'filter_among_all';

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