extends |
Controller |
|---|
Delivers static assets for UI5 applications or libraries (e.g., JS, CSS, i18n).
Assets are resolved via the Ui5Registry based on artifact slug and type. The version segment is accepted in the URL for cache-busting but currently ignored in path resolution.
Example routes:
| Methods | ||
|---|---|---|
public
|
__invoke(Ui5Context $context, string $type, string $slug, string $version, string $file): BinaryFileResponse
|
# |