MCPcopy Create free account
hub / github.com/adaptlearning/adapt_framework / getPlugins

Method getPlugins

grunt/helpers/Framework.js:109–121  ·  view source on GitHub ↗

@returns {Plugins}

({
    includedFilter = this.includedFilter
  } = {})

Source from the content-addressed store, hash-verified

107
108 /** @returns {Plugins} */
109 getPlugins({
110 includedFilter = this.includedFilter
111 } = {}) {
112 const plugins = new Plugins({
113 framework: this.framework,
114 includedFilter,
115 sourcePath: this.sourcePath,
116 log: this.log,
117 warn: this.warn
118 });
119 plugins.load();
120 return plugins;
121 }
122
123 /** @returns {Schemas} */
124 getSchemas({

Callers 2

build-config.jsFile · 0.80
migration.jsFile · 0.80

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected