By nicxvan on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.3.x
Introduced in version:
11.3.0
Issue links:
Description:
The .module file of jsonapi only contains constants. By changing to class constants, we can actually remove the .module file in a future update. This requires changing any usage of the constants below to their class equivalent.
JSONAPI_FILTER_AMONG_ALLhas been deprecated. Use\Drupal\jsonapi\JsonApiFilter::AMONG_ALLinstead.JSONAPI_FILTER_AMONG_PUBLISHEDhas been deprecated. Use\Drupal\jsonapi\JsonApiFilter::AMONG_PUBLISHEDinstead.JSONAPI_FILTER_AMONG_ENABLEDhas been deprecated. Use\Drupal\jsonapi\JsonApiFilter::AMONG_ENABLEDinstead.JSONAPI_FILTER_AMONG_OWNhas been deprecated. Use\Drupal\jsonapi\JsonApiFilter::AMONG_OWNinstead.
Impacts:
Module developers
Site templates, recipes and distribution developers