PluginController
class PluginController extends AbstractController
Methods
Response
Details
in AbstractController at line 31
__construct()
in AbstractController at line 35
protected
getBoundForm(Application $app, $type)
in AbstractController at line 45
protected
getSecurity($app)
at line 46
index(Application $app, Request $request)
インストール済プラグイン画面
at line 146
update(Application $app, Request $request, $id)
インストール済プラグインからのアップデート
at line 212
enable(Application $app, $id)
対象のプラグインを有効にします。
at line 236
disable(Application $app, $id)
対象のプラグインを無効にします。
at line 261
uninstall(Application $app, $id)
対象のプラグインを削除します。
at line 276
handler(Application $app)
at line 292
handler_up(Application $app, $handlerId)
at line 300
handler_down(Application $app, $handlerId)
at line 314
install(Application $app, Request $request)
プラグインファイルアップロード画面
at line 371
Response
ownersInstall(Application $app, Request $request)
オーナーズストアプラグインインストール画面
at line 490
upgrade(Application $app, Request $request, $action, $id, $version)
オーナーズブラグインインストール、アップデート
at line 586
authenticationSetting(Application $app, Request $request)
認証キー設定画面