Elementor\Widget_Base::get_default_edit_tools PHP Method

get_default_edit_tools() protected static method

protected static get_default_edit_tools ( )
    protected static function get_default_edit_tools()
    {
        return ['edit' => ['title' => __('Edit', 'elementor'), 'icon' => 'pencil'], 'duplicate' => ['title' => __('Duplicate', 'elementor'), 'icon' => 'files-o'], 'remove' => ['title' => __('Remove', 'elementor'), 'icon' => 'times']];
    }