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 55
index(Application $app, Request $request)
インストール済プラグイン画面
at line 168
update(Application $app, Request $request, $id)
インストール済プラグインからのアップデート
at line 233
enable(Application $app, $id)
対象のプラグインを有効にします。
at line 259
disable(Application $app, $id)
対象のプラグインを無効にします。
at line 286
uninstall(Application $app, $id)
対象のプラグインを削除します。
at line 304
handler(Application $app)
at line 320
handler_up(Application $app, $handlerId)
at line 328
handler_down(Application $app, $handlerId)
at line 342
install(Application $app, Request $request)
プラグインファイルアップロード画面
at line 406
Response
ownersInstall(Application $app, Request $request)
オーナーズストアプラグインインストール画面
at line 525
upgrade(Application $app, Request $request, $action, $id, $version)
オーナーズブラグインインストール、アップデート
at line 621
authenticationSetting(Application $app, Request $request)
認証キー設定画面
at line 670
RedirectResponse
download(Application $app, Request $request)
認証キーダウンロード
at line 791
protected array
getUnregisteredPlugins(array $plugins, Application $app)
フォルダ設置のみのプラグインを取得する.