Abstract Class Yiisoft\Yii\Debug\Api\Debug\ModuleFederationAssetBundle
| Inheritance | Yiisoft\Yii\Debug\Api\Debug\ModuleFederationAssetBundle » Yiisoft\Yii\Debug\Api\Debug\AssetBundle |
|---|
Public 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
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;
Signup or Login in order to comment.