* Get all plugins * * @api * @param {string} [name] * @returns { * }
(name)
| 160 | * @returns { * } |
| 161 | */ |
| 162 | static plugins(name) { |
| 163 | if (!name) { |
| 164 | return container.plugins |
| 165 | } |
| 166 | return container.plugins[name] |
| 167 | } |
| 168 | |
| 169 | /** |
| 170 | * Get all support objects or get support object by name |
no outgoing calls
no test coverage detected