PHP Class Craft\ImportController

Request actions for importing
Author: Bob Olde Hampsink ([email protected])
Inheritance: extends craft\BaseController
Datei anzeigen Open project: boboldehampsink/import

Public Methods

Method Description
actionGetEntryTypes ( ) Get available entry types.
actionImport ( ) Start import task.
actionUpload ( ) Upload file and process it for mapping.

Method Details

actionGetEntryTypes() public method

Get available entry types.
public actionGetEntryTypes ( )

actionImport() public method

Start import task.
public actionImport ( )

actionUpload() public method

Upload file and process it for mapping.
public actionUpload ( )