getComponents() public method
Returns the list of the component definitions or the loaded component instances.
| public array getComponents ( $returnDefinitions = true ) | ||
|---|---|---|
| $returnDefinitions | boolean |
Whether to return component definitions instead of the loaded component instances. |
| return | array |
The list of the component definitions or the loaded component instances (ID => definition or instance). |
Please login to continue.