Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
BackendInterface.php
Go to the documentation of this file.
1 <?php
7 
16 {
20  public function getTable();
21 
25  public function isStatic();
26 
30  public function getType();
31 
35  public function getEntityIdField();
36 
41  public function setValueId($valueId);
42 
46  public function getValueId();
47 
52  public function afterLoad($object);
53 
58  public function beforeSave($object);
59 
64  public function afterSave($object);
65 
70  public function beforeDelete($object);
71 
76  public function afterDelete($object);
77 
84  public function getEntityValueId($entity);
85 
93  public function setEntityValueId($entity, $valueId);
94 
100  public function isScalar();
101 }
$entity
Definition: element.phtml:22