0 follower

Interface Yiisoft\Yii\Debug\Api\Debug\ModuleFederationProviderInterface

ExtendsYiisoft\Yii\Debug\Collector\CollectorInterface

Public Methods

Hide inherited 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

Hide inherited methods

getAsset() public abstract static method

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;