- Issue created by @wells
- Merge request !32Use network methods instead of direct plugin definitions β (Merged) created by wells
Automatically closed - issue fixed for 2 weeks with no activity.
In some cases, it may be more convenient for implementers to override the network methods for getting network plugin configuration (as opposed to loading them directly from plugin definition).
Where possible, load the network plugin and call it's methods instead of using the array data from getPluginDefinition
. The only place this appears to be absolutely require is the handlers definitions that Social API's NetworkBase
needs to use in the init
method.
Create and merge a PR.
Active
4.2
Code
Automatically closed - issue fixed for 2 weeks with no activity.