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
I want to be able to retrieve current View::LEVEL_ACTION_* in my event handler to be able to branch necessary action depending on the combination of current level in hierarchy and type of event:
Main View -> Controller View -> Action View
view
to which I can attach a listener:I want to be able to retrieve current
View::LEVEL_ACTION_*
in my event handler to be able to branch necessary action depending on the combination of current level in hierarchy and type of event:Feature Request
Implement
$view->getCurrentLevel()
.The text was updated successfully, but these errors were encountered: