バージョン選択

フォーラム

メニュー

オンライン状況

80 人のユーザが現在オンラインです。 (67 人のユーザが フォーラム を参照しています。)
登録ユーザ: 0
ゲスト: 80
もっと...

サイト内検索

プラグイン > 開発について > form 内の choices をプラグイン側で変更したい

開発について

新規スレッドを追加する

フラット表示 前のトピック | 次のトピック
投稿者 スレッド
h_tanaka
投稿日時: 2017/6/13 12:35
対応状況: −−−
登録日: 2016/7/22
居住地: 愛媛県
投稿: 1646
Re: form 内の choices をプラグイン側で変更したい
検証までしていただいてありがとうございます!
ご提示のコードでこちらでも動作確認できました。

あとはFormEvents::POST_SET_DATAの実装ですが、またもエラーが解決できないです。。
拡張するFormがShippingItemTypeでいいのかどうかも自信ないです。

OutOfBoundsException in Form.php line 965:
Child "shippings" does not exist.

app/Plugin/Test/Form/Extension/ShippingItemTypeExtension.php
class ShippingItemTypeExtension extends AbstractTypeExtension
{
    public $app;

    public function __construct($app)
    {
        $this->app = $app;
    }

    public function buildForm(FormBuilderInterface $builder, array $options)
    {
        $app = $this->app;
        if ($app->isGranted('ROLE_ADMIN')) {
            return;
        }

        $builder->addEventListener(FormEvents::POST_SET_DATA, function (FormEvent $event) use ($app) {
            $form = $event->getForm();
            $Shippings = $form['shippings'];
        });
    }

    public function getExtendedType()
    {
        return 'shipping_item';
    }
}


----------------
EC-CUBE 《プラチナ》ランクパートナー
トエビス株式会社 田中 宏典
EC-CUBEの機能やデザインのカスタマイズ承ります。

フラット表示 前のトピック | 次のトピック


題名 投稿者 日時
   form 内の choices をプラグイン側で変更したい h_tanaka 2017/6/12 17:02
     Re: form 内の choices をプラグイン側で変更したい hata 2017/6/12 19:16
       Re: form 内の choices をプラグイン側で変更したい h_tanaka 2017/6/13 10:14
         Re: form 内の choices をプラグイン側で変更したい hata 2017/6/13 10:23
           Re: form 内の choices をプラグイン側で変更したい h_tanaka 2017/6/13 10:31
             Re: form 内の choices をプラグイン側で変更したい h_tanaka 2017/6/13 10:38
             Re: form 内の choices をプラグイン側で変更したい hata 2017/6/13 10:56
               Re: form 内の choices をプラグイン側で変更したい h_tanaka 2017/6/13 11:12
                 Re: form 内の choices をプラグイン側で変更したい h_tanaka 2017/6/13 11:27
                   Re: form 内の choices をプラグイン側で変更したい hata 2017/6/13 11:58
                   » Re: form 内の choices をプラグイン側で変更したい h_tanaka 2017/6/13 12:35
                       Re: form 内の choices をプラグイン側で変更したい hata 2017/6/13 12:55
                         Re: form 内の choices をプラグイン側で変更したい h_tanaka 2017/6/13 14:27
                           Re: form 内の choices をプラグイン側で変更したい hata 2017/6/13 14:43
                             Re: form 内の choices をプラグイン側で変更したい h_tanaka 2017/6/13 14:53
                               Re: form 内の choices をプラグイン側で変更したい hata 2017/6/13 15:17
                                 Re: form 内の choices をプラグイン側で変更したい h_tanaka 2017/6/13 15:28

 



ログイン


EC-CUBE公式 Amazon Payプラグイン

統計情報

総メンバー数は88,973名です
総投稿数は110,019件です

投稿数ランキング

1
seasoft
7367
2
468
3217
3
AMUAMU
2712
4
nanasess
2314
5
umebius
2085
6
yuh
1819
7
h_tanaka
1646
8
red
1570
9
mcontact
1296
10
tsuji
958
11
fukap
907
12
shutta
835
13
tao_s
799
14 ramrun 789
15 karin 689
16 sumida 641
17
homan
633
18 DELIGHT 572
19
patapata
502
20
flealog
485


ネットショップの壺

EC-CUBEインテグレートパートナー

Copyright© EC-CUBE CO.,LTD. All Rights Reserved.