skeeks\cms\cmsWidgets\text\TextCmsWidget::getCallableData PHP Method

getCallableData() public method

public getCallableData ( ) : array
return array
    public function getCallableData()
    {
        $attributes = parent::getCallableData();
        if (!$attributes['attributes']['text']) {
            $attributes['attributes']['text'] = $this->_obContent;
        }
        return $attributes;
    }