You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This controller extends from the CustomController. The Controller is responsible to treat the data and pass it to the view. A controller is structured in following actions:
###function init()
This function initializes the controller and sets the layout and title of the view.
###function indexAction()
Redirects the user to the content Controller list Action