See also:
- What is the
backend_model
for a backend configuration’s form field? - A frontend model should always be a
\Magento\Framework\View\Element\AbstractBlock
- Logical error: Magento 2 checks whether a backend config form field’s «backend_model» implements the
\Magento\Framework\App\Config\ValueInterface
interface only, but actually calls the «backend_model
» for much more methods (absent in the interface)
2 posts were split to a new topic: How to design structure inside Model. You have to decide which file should add, which entity should be implement?
A post was split to a new topic: Can you call product model to customized model ? I try to initialize Product model at function __construct but() I get errors