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