* @public * @param {string} extensionName Name of the extension to retrieve * @returns {@ui5/project/specifications/Extension|undefined} * Extension instance or undefined if the extension is unknown to the graph
(extensionName)
| 148 | * Extension instance or undefined if the extension is unknown to the graph |
| 149 | */ |
| 150 | getExtension(extensionName) { |
| 151 | return this._extensions.get(extensionName); |
| 152 | } |
| 153 | |
| 154 | /** |
| 155 | * Get all extensions in the graph |
no outgoing calls
no test coverage detected