CategoryController
class CategoryController extends AbstractSeoCrudController
Manages categories
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
No description
Load a object for modification, and display the edit template.
Save changes on a modified object, and either go back to the object list, or stay on the edition page.
Update object position (only for objects whichsupport that)
Online status toggle category
Update SEO modification, and either go back to the object list, or stay on the edition page.
No description
No description
Add category pictures
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
at line 40
__construct()
in
AbstractCrudController at line 290
Response
defaultAction()
The default action is displaying the list.
in
AbstractCrudController at line 305
Response
createAction()
Create a new object
in
AbstractCrudController at line 392
Response
updateAction()
Load a object for modification, and display the edit template.
in
AbstractCrudController at line 417
Response
processUpdateAction()
Save changes on a modified object, and either go back to the object list, or stay on the edition page.
in
AbstractCrudController at line 506
updatePositionAction()
Update object position (only for objects whichsupport that)
at line 247
setToggleVisibilityAction()
Online status toggle category
in
AbstractCrudController at line 605
Response
deleteAction()
Delete an object
in
AbstractSeoCrudController at line 149
Response
processUpdateSeoAction()
Update SEO modification, and either go back to the object list, or stay on the edition page.
at line 312
getAvailableRelatedContentAction($categoryId, $folderId)
at line 339
addRelatedContentAction()
at line 370
Response
addRelatedPictureAction()
Add category pictures