Navigation: PHP API > Work with box action functions
Get box action label (getBoxActionLabel)
This function enables the determination of the label of the selected box action.
Parameter
Typ
Description
-
The function returns the label of the selected box action.
Example:
…
$boxActionLabel = $this->getBoxActionLabel();