extends |
Controller |
|---|
Controller for serving UI5 Card manifests with embedded data.
This controller is invoked only for routes that resolve to UI5 Cards.
The Ui5Context middleware guarantees that $context->artifact is
an instance of {@see Ui5CardInterface}.
Responsibilities:
ui5/{app}/resources/ui5/cards/{slug}.blade.php).Notes:
| Methods | ||
|---|---|---|
public
|
__invoke(
Ui5Context $context,
ExecutableHandler $dataProviderHandler,
string $app,
string $slug,
string $version,
): Response
|
# |