Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.1拡張機能のプラグインサンプルを追加 #2357

Merged

Conversation

kiy0taka
Copy link
Contributor

@kiy0taka kiy0taka commented Jun 2, 2017

概要(Overview・Refs Issue)

以下の拡張機能のサンプルプラグインを追加

  • Entity拡張機構
  • エンティティからフォームを生成する機構
  • Twigユーザ定義関数
  • SensioFrameworkExtraBundle

refs #2342

@t-nagahashi t-nagahashi added this to the 3.1.0 milestone Jun 2, 2017
*/
public function submit(Application $app)
{
return 'Hello, '.$_REQUEST['value'];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kiy0taka
$_REQUESTではなくsubmit(Application $app, Request $request)でパラメータ受け取ったほうがよいですね。のちほど修正しておきます。

@chihiro-adachi chihiro-adachi merged commit 4affe4f into EC-CUBE:experimental/3.1 Jun 5, 2017
@kiy0taka kiy0taka deleted the experimental/sample-plugins branch October 12, 2017 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants