PluginController
class PluginController extends AbstractController
Methods
Response
RedirectResponse
array
Details
in AbstractController at line 34
__construct()
in AbstractController at line 43
protected
getBoundForm(Application $app, $type)
deprecated
deprecated
getBoundForm
in AbstractController at line 55
protected
getSecurity($app)
in AbstractController at line 60
protected
isTokenValid($app)
at line 56
index(Application $app, Request $request)
インストール済プラグイン画面
at line 169
update(Application $app, Request $request, $id)
インストール済プラグインからのアップデート
at line 236
enable(Application $app, $id)
対象のプラグインを有効にします。
at line 262
disable(Application $app, $id)
対象のプラグインを無効にします。
at line 289
uninstall(Application $app, $id)
対象のプラグインを削除します。
at line 307
handler(Application $app)
at line 323
handler_up(Application $app, $handlerId)
at line 331
handler_down(Application $app, $handlerId)
at line 345
install(Application $app, Request $request)
プラグインファイルアップロード画面
at line 409
Response
ownersInstall(Application $app, Request $request)
オーナーズストアプラグインインストール画面
at line 528
upgrade(Application $app, Request $request, $action, $id, $version)
オーナーズブラグインインストール、アップデート
at line 627
authenticationSetting(Application $app, Request $request)
認証キー設定画面
at line 676
RedirectResponse
download(Application $app, Request $request)
認証キーダウンロード
at line 797
protected array
getUnregisteredPlugins(array $plugins, Application $app)
フォルダ設置のみのプラグインを取得する.