Encore\Admin\Form\Field\Editor::render PHP Méthode

render() public méthode

public render ( )
    public function render()
    {
        $this->script = "CKEDITOR.replace('{$this->column}');";
        return parent::render();
    }
Editor