MCPcopy Create free account
hub / github.com/ember-learn/ember-api-docs / extendedClassShortName

Method extendedClassShortName

app/models/class.js:61–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 get extendedClassShortName() {
62 let extendedClassName = this['extends'];
63 if (extendedClassName.substr(0, 6) === 'Ember.') {
64 return extendedClassName.substr(6);
65 }
66 return extendedClassName;
67 }
68
69 get usesObjects() {
70 return this.uses.map((className) => ({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected