There is at least one abstract method in this class. Maybe declare it as abstract, or implement the remaining methods: create, getClient, getMetadata, patch, remove
Loading history...
14
{
15
const METHOD_FIND = 'find';
16
const METHOD_SEARCH = 'search';
17
const METHOD_COUNT = 'count';
18
19
private static $params = [
20
'criteria',
21
'sort',
22
'limit',
23
'offset',
24
];
25
26
/** {@inheritdoc} */
27
protected function createCountRequest(ApiMetadata $metadata, array $criteria)