Controller Miscellaneous Functions boolean controller
Process the specified action of the controller. This is exposed in the API primarily for testing purposes; you would not usually call it directly unless in the test suite.
Name | Type | Required | Default | Description |
---|---|---|---|---|
includeFilters | string | No | true | Set to before to only execute "before" filters, after to only execute "after" filters or false to skip all filters. This argument is generally inherited from the processRequest function during unit test execution. |