You are here

constant EntityCondition::PATH_KEY in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/src/Query/EntityCondition.php \Drupal\jsonapi\Query\EntityCondition::PATH_KEY

The field key in the filter condition: filter[lorem][condition][<field>].

File

core/modules/jsonapi/src/Query/EntityCondition.php, line 24

Class

EntityCondition
A condition object for the EntityQuery.

Namespace

Drupal\jsonapi\Query

Code

const PATH_KEY = 'path';