ShippingZoneController
class ShippingZoneController extends BaseAdminController
Class ShippingZoneController
Traits
Symfony\Component\DependencyInjection\ContainerAwareTrait
Constants
EMPTY_FORM_NAME |
|
CONTROLLER_TYPE |
|
TEMPLATE_404 |
|
Properties
$objectName |
Methods
getMailer()
return an instance of \Swift_Mailer with good Transporter configured.
from
BaseController
createForm($name, $type = 'form',
array $data = array(),
array $options = array())
No description
from
BaseController
adminLogAppend($resource, $action, $message, $resourceId = null)
Helper to append a message to the admin log.
from
BaseAdminController
processTemplateAction(
string $template)
This method process the rendering of view called from an admin page
from
BaseAdminController
indexAction()
No description
updateAction($delivery_module_id)
No description
removeArea()
No description
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