Abstract Class Yiisoft\Yii\Debug\Api\Debug\ModuleFederationAssetBundle
| Inheritance | Yiisoft\ |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getModule() | The module name is defined into the webpack module federation config file. | Yiisoft\ |
| getScope() | The scope is defined into the webpack module federation config file. | Yiisoft\ |
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;
User Contributed Notes
Leave a comment
Join the conversation to share a note.