AssetProxiesController
class AssetProxiesController extends ActionController (View source)
Rudimentary REST service for assets
Traits
A trait to add backend translation based on the backend users settings
Properties
protected Service | $_localizationService | from BackendUserTranslationTrait | |
protected UserService | $_userService | from BackendUserTranslationTrait | |
protected AssetRepository | $assetRepository | ||
protected AssetSourceService | $assetSourceService | ||
protected TagRepository | $tagRepository | ||
protected bool | $asyncThumbnails | ||
protected array | $viewFormatToObjectNameMap | ||
protected array | $supportedMediaTypes | A list of IANA media types which are supported by this controller |
Methods
void
initializeObject()
Set the locale according to the user settings
void
initializeView(ViewInterface $view)
No description
void
indexAction(string $searchTerm = '', int $limit = 10)
Shows a list of assets
void
showAction(string $assetSourceIdentifier, string $assetProxyIdentifier)
Shows a specific asset proxy
void
importAction(string $assetSourceIdentifier, string $assetProxyIdentifier)
No description
Details
protected void
initializeObject()
Set the locale according to the user settings
void
initializeView(ViewInterface $view)
No description
void
indexAction(string $searchTerm = '', int $limit = 10)
Shows a list of assets
void
showAction(string $assetSourceIdentifier, string $assetProxyIdentifier)
Shows a specific asset proxy
void
importAction(string $assetSourceIdentifier, string $assetProxyIdentifier)
No description