Closed SofPyon closed 1 year ago
CustomForm::getFormByTypes は独自の一時キャッシュ機構を持っているが、その取り扱いが、とりわけテストのとき面倒。
CustomForm::getFormByType の機能を Singleton Service にする。
App\Services\Forms\CustomFormsServiceあたりに書くのが妥当?
https://github.com/portaldots/PortalDots/pull/1541 においてCustomFormの仕組みは廃止したので対応不要
背景
CustomForm::getFormByTypes は独自の一時キャッシュ機構を持っているが、その取り扱いが、とりわけテストのとき面倒。
実装内容
CustomForm::getFormByType の機能を Singleton Service にする。
App\Services\Forms\CustomFormsServiceあたりに書くのが妥当?
検討事項