Marker interface for UI5 artefacts that expose static assets.
This allows Laravel controllers to retrieve the appropriate file path for resources like preload scripts, i18n bundles, and maps, based on a given relative filename.
| Methods | ||
|---|---|---|
public
|
getAssetPath(string $filename): string|null
|
# |