class AssetProxyController extends ActionController (View source)

Properties

protected AssetSourceService $assetSourceService

Methods

string
importAction(string $assetSourceIdentifier, string $assetIdentifier)

Import a specified asset from the given Asset Source

Details

string importAction(string $assetSourceIdentifier, string $assetIdentifier)

Import a specified asset from the given Asset Source

Parameters

string $assetSourceIdentifier

Identifier of the asset source to import from, e.g. "neos"

string $assetIdentifier

The asset-source specific identifier of the asset to import

Return Value

string