Back to DropdownButton class

Method fetchId

protected string
fetchId
()
Get the button CSS Id.
Returns
  • string Button CSS Id
Since
  • 4.0.0

Method fetchId - Source code

/**
 * Get the button CSS Id.
 *
 * @return  string  Button CSS Id
 *
 * @since   4.0.0
 */
protected function fetchId()
{
    return $this->parent->getName() . '-dropdown-' . $this->getName();
}