describe (fullName) String
private
A hook that can be used to describe how the resolver will attempt to find the factory.
For example, the default Ember .describe
returns the full class name (including namespace) where Ember's resolver expects to find the fullName
.
Parameters:
-
fullName
String
Returns:
-
String
- described fullName
Please login to continue.