createInjectionHelper (type, validator) private
This method allows other Ember modules to register injection helpers for a given container type. Helpers are exported to the inject
namespace as the container type itself.
Parameters:
-
type
String
- The container type the helper will inject
-
validator
Function
- A validation callback that is executed at mixin-time
Please login to continue.