ExportController
class ExportController extends BaseAdminController
Class ExportController
Traits
Constants
EMPTY_FORM_NAME |
|
CONTROLLER_TYPE |
|
TEMPLATE_404 |
|
Methods
return an instance of \Swift_Mailer with good Transporter configured.
No description
Helper to append a message to the admin log.
This method process the rendering of view called from an admin page
Handle default action, that is, list available exports
Handle export position change action
Handle export category position change action
Display export configuration view
Handle export action
Details
in
BaseController at line 128
EventDispatcher
getDispatcher()
Return the event dispatcher,
in
BaseController at line 138
Translator
getTranslator()
return the Translator
in
BaseController at line 545
MailerFactory
getMailer()
return an instance of \Swift_Mailer with good Transporter configured.
in
BaseController at line 569
BaseForm
createForm($name, $type = 'form',
array $data = array(),
array $options = array())
in
BaseController at line 589
ContainerInterface
getContainer()
in
BaseAdminController at line 90
string
getControllerType()
in
BaseAdminController at line 52
adminLogAppend($resource, $action, $message, $resourceId = null)
Helper to append a message to the admin log.
in
BaseAdminController at line 71
Response
processTemplateAction(
string $template)
This method process the rendering of view called from an admin page
at line 40
Response
indexAction(
string $_view = 'export')
Handle default action, that is, list available exports
at line 60
Response|RedirectResponse
changeExportPositionAction()
Handle export position change action
at line 86
Response|RedirectResponse
changeCategoryPositionAction()
Handle export category position change action
at line 134
Response
configureAction(
integer $id)
Display export configuration view
at line 168
Response|BinaryFileResponse
exportAction(
integer $id)
Handle export action