Skip to main content

fetchDrupalView

Callable

  • fetchDrupalView(fetchViewProps: { args: FetchViewArgs; url: RequestInfo | URL }): Promise<{ meta: any; results: any[]; specs?: any }>

  • Function for pulling Drupal View-Data-Result via API from Browser-Client, without SWR.


    Parameters

    Returns Promise<{ meta: any; results: any[]; specs?: any }>