init()
Instantiates the plugin.
Declaration
init()Discussion
This happens once per invocation of the plugin. There is no facility for keeping in-memory state from one invocation to the next. Most plugins do not need to implement the initializer.
Instantiates the plugin.
init()This happens once per invocation of the plugin. There is no facility for keeping in-memory state from one invocation to the next. Most plugins do not need to implement the initializer.