Interface Yiisoft\Yii\Debug\Api\Debug\ModuleFederationProviderInterface
| Extends | Yiisoft\Yii\Debug\Collector\CollectorInterface |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getAsset() | Returns the asset bundle that will be registered when collector data is requested. | Yiisoft\Yii\Debug\Api\Debug\ModuleFederationProviderInterface |
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\Yii\Debug\Api\Debug\ModuleFederationAssetBundle getAsset ( ) |
public static function getAsset(): ModuleFederationAssetBundle;
Signup or Login in order to comment.