controller on_page_view() isEditMode()
Permalink
Hi there
I'm currently building a block and should know, how i can check if the site is in edit mode within the on_page_view() function of my controller.
Thanks in advance.
I'm currently building a block and should know, how i can check if the site is in edit mode within the on_page_view() function of my controller.
Thanks in advance.
thanks ryan. that worked perfect.
which object do i have to get, to check if a user is logged in?
Thanks a lot.
which object do i have to get, to check if a user is logged in?
Thanks a lot.
Thank you Remo. That's what I was looking for.
Get the current collection object from the controller.