-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
EnhancementNew feature or requestNew feature or requestQuestionFurther information is requestedFurther information is requested
Description
As a concrete example, let's say an entity has to be created from an RPC controller. A DoctrineResource::create method is then called. Thus, when calling it, data is filtered through a ZF\Apigility\Doctrine\Server\Query\CreateFilter\DefaultCreateFilter (by default, should no extra configuration provided) as shown here
- In this concrete class (
DefaultCreateFilter), the event is not used at all. - Although filtering is mandatory through the
DoctrineResource::createimplementation, the event may not be available. - That should not stopped the process of creating an entity through its dedicated Resource.
Originally posted by @jguittard at zfcampus/zf-apigility-doctrine#280
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or requestQuestionFurther information is requestedFurther information is requested