You are here

constant DataProviderDbQuery::COLUMN_IDS_SEPARATOR in RESTful 7.2

The separator used to divide a key into its table columns when there is more than one column.

File

src/Plugin/resource/DataProvider/DataProviderDbQuery.php, line 42
Contains \Drupal\restful\Plugin\resource\DataProvider\DataProviderDbQuery.

Class

DataProviderDbQuery

Namespace

Drupal\restful\Plugin\resource\DataProvider

Code

const COLUMN_IDS_SEPARATOR = '::';