DropDownDivider implements DropDownItemInterface, Stringable
DropDownDivider
This dropdown item type renders the divider element.
Example:
$item = GeneralUtility::makeInstance(DropDownDivider::class);
$dropDownButton->addItem($item);
Table of Contents
Interfaces
- DropDownItemInterface
 - Stringable
 
Methods
- __toString() : string
 - getType() : string
 - isValid() : bool
 - render() : string
 
Methods
__toString()
    public
                    __toString() : string
    Return values
stringgetType()
    public
                    getType() : string
    Return values
stringisValid()
    public
                    isValid() : bool
    Return values
boolrender()
    public
                    render() : string