IfHasDropdownViewHelper extends AbstractConditionViewHelper
ViewHelper condition to checks whether a toolbar item provides a dropdown menu.
<be:toolbar.ifHasDropdown class="{toolbarItem}">
<f:then>...</f:then>
<f:else>...</f:else>
</be:toolbar.ifHasDropdown>
Tags
Table of Contents
Methods
- initializeArguments() : void
- verdict() : bool
Methods
initializeArguments()
public
initializeArguments() : void
verdict()
public
static verdict(array{class: object} $arguments, RenderingContextInterface $renderingContext) : bool
Parameters
- $arguments : array{class: object}
- $renderingContext : RenderingContextInterface