infoweb\cms\Module::getCKEditorOptions PHP Метод

getCKEditorOptions() публичный Метод

public getCKEditorOptions ( )
    public function getCKEditorOptions()
    {
        return ArrayHelper::merge($this->ckEditorOptions, ['contentsCss' => $this->getCKEditorStylesheets()]);
    }