File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44namespace Loki \AdminComponents \Form \Field \FieldType ;
55
66use Loki \AdminComponents \Form \Field \Field ;
7- use Loki \AdminComponents \Form \Field \FieldTypeInterface ;
87use Magento \Customer \Model \ResourceModel \Customer \Collection ;
98
10- class CustomerSelect implements FieldTypeInterface
9+ class CustomerSelect extends FieldTypeAbstract
1110{
1211 public function getInputType (): string
1312 {
Original file line number Diff line number Diff line change 33
44namespace Loki \AdminComponents \Form \Field \FieldType ;
55
6- use Loki \AdminComponents \Form \Field \FieldTypeInterface ;
7-
8- class EntitySelect extends FieldTypeAbstract implements FieldTypeInterface
6+ class EntitySelect extends FieldTypeAbstract
97{
108 public function getInputType (): string
119 {
Original file line number Diff line number Diff line change 55namespace Loki \AdminComponents \Form \Field \FieldType ;
66
77use Loki \AdminComponents \Form \Field \Field ;
8+ use Loki \AdminComponents \Form \Field \FieldTypeInterface ;
89
9- abstract class FieldTypeAbstract
10+ abstract class FieldTypeAbstract implements FieldTypeInterface
1011{
1112 protected ?Field $ field = null ;
1213
Original file line number Diff line number Diff line change 22
33namespace Loki \AdminComponents \Form \Field \FieldType ;
44
5- use Loki \AdminComponents \Form \Field \FieldTypeInterface ;
6-
7- class Input extends FieldTypeAbstract implements FieldTypeInterface
5+ class Input extends FieldTypeAbstract
86{
97 public function getTemplate (): string
108 {
Original file line number Diff line number Diff line change 44namespace Loki \AdminComponents \Form \Field \FieldType ;
55
66use Loki \AdminComponents \Form \Field \Field ;
7- use Loki \AdminComponents \Form \Field \FieldTypeInterface ;
87use Magento \Catalog \Model \ResourceModel \Product \Collection ;
98
10- class ProductSelect implements FieldTypeInterface
9+ class ProductSelect extends FieldTypeAbstract
1110{
1211 public function getInputType (): string
1312 {
You can’t perform that action at this time.
0 commit comments