Ajax_Handler implements Standard_Service, Registerable
Handles the AJAX requests for the CSV Importer and DND Importer
Tags
Interfaces, Classes and Traits
- Standard_Service
- Registerable
Table of Contents
- dnd_fetch() : mixed
- Ajax callback to fetch drag and drop upload results via jQuery.load
- dnd_upload() : mixed
- AJAX callback for drag and drop document importer
- document_import() : mixed
- Ajax callback for importing one batch of documents from a CSV.
- register() : mixed
- {@inheritdoc}
Methods
dnd_fetch()
Ajax callback to fetch drag and drop upload results via jQuery.load
public
static dnd_fetch() : mixed
Return values
mixed —dnd_upload()
AJAX callback for drag and drop document importer
public
static dnd_upload() : mixed
Return values
mixed —document_import()
Ajax callback for importing one batch of documents from a CSV.
public
static document_import() : mixed
Return values
mixed —register()
{@inheritdoc}
public
register() : mixed