PluginController
class PluginController extends AbstractController
Methods
Response
Details
in AbstractController at line 34
__construct()
in AbstractController at line 38
protected
getBoundForm(Application $app, $type)
in AbstractController at line 48
protected
getSecurity($app)
in AbstractController at line 53
protected
isTokenValid($app)
at line 47
index(Application $app, Request $request)
インストール済プラグイン画面
at line 147
update(Application $app, Request $request, $id)
インストール済プラグインからのアップデート
at line 214
enable(Application $app, $id)
対象のプラグインを有効にします。
at line 240
disable(Application $app, $id)
対象のプラグインを無効にします。
at line 267
uninstall(Application $app, $id)
対象のプラグインを削除します。
at line 284
handler(Application $app)
at line 300
handler_up(Application $app, $handlerId)
at line 308
handler_down(Application $app, $handlerId)
at line 322
install(Application $app, Request $request)
プラグインファイルアップロード画面
at line 379
Response
ownersInstall(Application $app, Request $request)
オーナーズストアプラグインインストール画面
at line 498
upgrade(Application $app, Request $request, $action, $id, $version)
オーナーズブラグインインストール、アップデート
at line 597
authenticationSetting(Application $app, Request $request)
認証キー設定画面