Backend\ModuleBuilderController::getFormDropdowns PHP Method

getFormDropdowns() public method

Get all the dropdown fields, for the form
public getFormDropdowns ( $form_id ) : array
$form_id
return array
    public function getFormDropdowns($form_id)
    {
        return $this->moduleBuilder->getFormSelects($form_id);
    }