Definition at line 12 of file Config.php.
Constructor.
- Parameters
-
\Elgg\PluginHooksService | $hooks | The hooks service |
Definition at line 28 of file Config.php.
Elgg\Amd\Config::addDependency |
( |
|
$name | ) |
|
Add a dependency.
- Parameters
-
string | $name | Name of the dependency |
- Returns
- void
Definition at line 141 of file Config.php.
Elgg\Amd\Config::addModule |
( |
|
$name, |
|
|
array |
$config = array() |
|
) |
| |
Adds a standard AMD or shimmed module to the config.
- Parameters
-
string | $name | The name of the module |
array | $config | Configuration for the module url: string The full URL for the module if not resolvable from baseUrl deps: array Shimmed module's dependencies exports: string Name of the shimmed module to export |
- Returns
- void
Definition at line 185 of file Config.php.
Elgg\Amd\Config::addPath |
( |
|
$name, |
|
|
|
$path |
|
) |
| |
Add a path mapping for a module.
If a path is already defined, sets current path as preferred.
- Parameters
-
string | $name | Module name |
string | $path | Full URL of the module |
- Returns
- void
Definition at line 50 of file Config.php.
Elgg\Amd\Config::addShim |
( |
|
$name, |
|
|
array |
$config |
|
) |
| |
Configures a shimmed module.
- Parameters
-
string | $name | Module name |
array | $config | Configuration for the module deps: array Dependencies exports: string Name of the shimmed module to export |
- Returns
- void
- Exceptions
-
Definition at line 96 of file Config.php.
Elgg\Amd\Config::getConfig |
( |
| ) |
|
Get the configuration of AMD.
- Returns
- array
Definition at line 243 of file Config.php.
Elgg\Amd\Config::getDependencies |
( |
| ) |
|
Get registered dependencies.
- Returns
- array
Definition at line 160 of file Config.php.
Elgg\Amd\Config::hasDependency |
( |
|
$name | ) |
|
Is this dependency registered.
- Parameters
-
- Returns
- bool
Definition at line 170 of file Config.php.
Elgg\Amd\Config::hasModule |
( |
|
$name | ) |
|
Is module configured?
- Parameters
-
- Returns
- boolean
Definition at line 222 of file Config.php.
Elgg\Amd\Config::hasShim |
( |
|
$name | ) |
|
Is this shim defined.
- Parameters
-
string | $name | The name of the shim |
- Returns
- bool
Definition at line 121 of file Config.php.
Elgg\Amd\Config::removeDependency |
( |
|
$name | ) |
|
Removes a dependency.
- Parameters
-
string | $name | Name of the dependency |
- Returns
- void
Definition at line 151 of file Config.php.
Elgg\Amd\Config::removeModule |
( |
|
$name | ) |
|
Removes all config for a module.
- Parameters
-
string | $name | The module name |
- Returns
- bool
Definition at line 210 of file Config.php.
Elgg\Amd\Config::removePath |
( |
|
$name, |
|
|
|
$path = null |
|
) |
| |
Remove a path for a module.
- Parameters
-
string | $name | Module name |
mixed | $path | The path to remove. If null, removes all paths (default). |
- Returns
- void
Definition at line 69 of file Config.php.
Elgg\Amd\Config::removeShim |
( |
|
$name | ) |
|
Unregister the shim config for a module.
- Parameters
-
- Returns
- void
Definition at line 131 of file Config.php.
Elgg\Amd\Config::setBaseUrl |
( |
|
$url | ) |
|
Set the base URL for the site.
- Parameters
-
- Returns
- void
Definition at line 38 of file Config.php.
The documentation for this class was generated from the following file: