Problem/Motivation
The .module file of jsonapi only contains constants. Lets move them out so we can eventually drop the .module file.
Steps to reproduce
Open jsonapi.module or TemporaryQueryQuard to see the constants in use.
Proposed resolution
Move consts to a new classReplace calls to the constantsUpdate API docs
Remaining tasks
None.
User interface changes
N/A
Introduced terminology
N/A
API changes
The following constants are deprecated:
JSONAPI_FILTER_AMONG_ALL
JSONAPI_FILTER_AMONG_PUBLISHED
JSONAPI_FILTER_AMONG_ENABLED
JSONAPI_FILTER_AMONG_OWN
Data model changes
N/A
Release notes snippet
N/A