Back to ColorField class

Method getSliderModeLayoutData

protected array
getSliderModeLayoutData
()
Method to get the data for the slider
Returns
  • array
Since
  • 4.0.0
Class: ColorField
Project: Joomla

Method getSliderModeLayoutData - Source code

/**
 * Method to get the data for the slider
 *
 * @return  array
 *
 * @since   4.0.0
 */
protected function getSliderModeLayoutData()
{
    return array('default' => $this->default, 'display' => $this->display, 'preview' => $this->preview, 'saveFormat' => $this->saveFormat);
}