Function get

  • returns the the plugin instance with the specified class type or registered name

    Parameters

    • classType: string | object

      the Class Object or registered name of the plugin to retreive

    Returns BasePlugin

    a plugin instance or undefined

    get

    plugin