PluginController
class PluginController extends AbstractController
class PluginController extends AbstractController
                    
    __construct()
        
                protected        
    getBoundForm(Application $app, $type)
        
                protected        
    getSecurity($app)
        
                protected        
    isGranted($app)
        
                        
    index(Application $app)
        
                        
    install(Application $app)
        
                        
    update(Application $app, $id)
        
                        
    enable(Application $app, $id)
        
                        
    disable(Application $app, $id)
        
                        
    uninstall(Application $app, $id)
        
                        
    handler(Application $app)
        
                        
    handler_up(Application $app, $handlerId)
        
                        
    handler_down(Application $app, $handlerId)