Fixing identifier field not being set in TransformerCollection
This commit is contained in:
parent
285e51c04a
commit
5f1e1326d5
6 changed files with 53 additions and 10 deletions
|
|
@ -24,4 +24,11 @@ interface ElasticaToModelTransformerInterface
|
|||
* @return string
|
||||
*/
|
||||
function getObjectClass();
|
||||
|
||||
/**
|
||||
* Returns the identifier field from the options
|
||||
*
|
||||
* @return string the identifier field
|
||||
*/
|
||||
function getIdentifierField();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue