Microweber\Providers\FieldsManager::get_all PHP Method

get_all() public method

public get_all ( $params )
    public function get_all($params)
    {
        if (!is_array($params)) {
            $params = parse_params($params);
        }
        $table_custom_field = $this->table;
        $params['table'] = $table_custom_field;
        return $this->app->database_manager->get($params);
    }