Backend\Modules\Groups\Actions\Add::getData PHP Method

getData() private method

Get the data
private getData ( )
    private function getData()
    {
        $this->getWidgets();
        $this->getActions();
        $this->bundleActions();
    }