ViewHelper Documentation
flux:pipe.controller
Controller Action Outlet Pipe ViewHelper
Adds a ControllerPipe to the Form's Outlet.
Arguments
direction string
Which endpoint to attach the Pipe to - either "in" or "out". See documentation about Outlets and Pipes
action string
Action to call on the controller, minus the "Action" suffix
controller string
Class name of controller to call. If empty, uses current controller
extensionName string
Extension name of controller to call. If empty, uses current extension name