ImportController
class ImportController extends BaseAdminController
Class ImportController
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 imports
Handle import position change action
Handle import category position change action
Display import configuration view
Handle import 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 39
Response
indexAction(
string $_view = 'import')
Handle default action, that is, list available imports
at line 59
Response|RedirectResponse
changeImportPositionAction()
Handle import position change action
at line 85
Response|RedirectResponse
changeCategoryPositionAction()
Handle import category position change action
at line 133
Response
configureAction(
integer $id)
Display import configuration view
at line 181
Response|Response
importAction(
integer $id)
Handle import action