JsonApiFilter::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/src/JsonApiFilter.php, line 22

Class

JsonApiFilter
JsonApi filter options.

Namespace

Drupal\jsonapi

Code

const AMONG_ALL = 'filter_among_all';

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