-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[Documentation] Channel docs are wrong/misleading #8953
Copy link
Copy link
Closed
Labels
DocumentationDocumentation related issues and PRs - requests, fixes, proposals.Documentation related issues and PRs - requests, fixes, proposals.Potential BugPotential bugs or bugfixes, that needs to be reproduced.Potential bugs or bugfixes, that needs to be reproduced.
Metadata
Metadata
Assignees
Labels
DocumentationDocumentation related issues and PRs - requests, fixes, proposals.Documentation related issues and PRs - requests, fixes, proposals.Potential BugPotential bugs or bugfixes, that needs to be reproduced.Potential bugs or bugfixes, that needs to be reproduced.
Type
Fields
Give feedbackNo fields configured for issues without a type.
http://docs.sylius.org/en/latest/components_and_bundles/components/Channel/basic_usage.html
Shows
setChannelmethod on aChannelContextbut the method doesn't exist.use Sylius\Component\Channel\Context\ChannelContext;The ChannelContext class doesn't exist here either.Coincidentally, any pointers on how to set channel on a context (the current channel context) to switch between channels when the channel strategy is not known (request / hostname / single etc.)?
Thanks!