0 follower

Abstract Class Yiisoft\Yii\Debug\Api\Debug\ModuleFederationAssetBundle

InheritanceYiisoft\Yii\Debug\Api\Debug\ModuleFederationAssetBundle » Yiisoft\Yii\Debug\Api\Debug\AssetBundle

Public Methods

Hide inherited methods

Method Description Defined By
getModule() The module name is defined into the webpack module federation config file. Yiisoft\Yii\Debug\Api\Debug\ModuleFederationAssetBundle
getScope() The scope is defined into the webpack module federation config file. Yiisoft\Yii\Debug\Api\Debug\ModuleFederationAssetBundle

Method Details

Hide inherited methods

getModule() public abstract static method

The module name is defined into the webpack module federation config file.

Example: "remote"

public abstract static string getModule ( )

                abstract public static function getModule(): string;

            
getScope() public abstract static method

The scope is defined into the webpack module federation config file.

Scope is usually the name of the exposed component. Example: "./MyPanel"

public abstract static string getScope ( )

                abstract public static function getScope(): string;