MCPcopy Index your code
hub / github.com/SpringRoll/SpringRoll / getPlugin

Method getPlugin

src/Application.js:370–372  ·  view source on GitHub ↗

* returns instance of a plugin. * @param {string} name * @return {SpringRoll.ApplicationPlugin | undefined} * @memberof Application * @instance

(name)

Source from the content-addressed store, hash-verified

368 * @instance
369 */
370 getPlugin(name) {
371 return Application.getPlugin(name);
372 }
373
374 /**
375 * Validates that appropriate listeners are added for the features that were enabled in the constructor

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected