Interface Yiisoft\Yii\Debug\Api\Debug\ModuleFederationProviderInterface
| Extends | Yiisoft\ |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getAsset() | Returns the asset bundle that will be registered when collector data is requested. | Yiisoft\ |
Method Details
Returns the asset bundle that will be registered when collector data is requested.
Example:
`php
public static function getAsset(): string
{
return new DebugAsset()
}
`
| public abstract static Yiisoft\ |
public static function getAsset(): ModuleFederationAssetBundle;
User Contributed Notes
Leave a comment
Join the conversation to share a note.