Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
#741: Add extension point to set custom parameters to Query Context o…
Browse files Browse the repository at this point in the history
…bject

- added extended docs
  • Loading branch information
lenaorobei committed Jun 14, 2019
1 parent 13ea1f8 commit bb19773
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Adding custom parameters to context object:
*
* - Add new contextParametersProcessors item to ContextFactory in the di.xml.
* - Add new processors argument item to ContextFactory in the di.xml.
* - Class must extend ContextParametersProcessorInterface.
* - Implement execute method which adds additional data to the context though extension attributes.
* - This data will be present in each resolver.
Expand Down

0 comments on commit bb19773

Please sign in to comment.