Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
DataSaviorInterface.php
Go to the documentation of this file.
1 <?php
8 
10 
16 {
27  public function dump(ElementInterface $element);
28 
36  public function restore(ElementInterface $element);
37 
44  public function isAcceptable(ElementInterface $element);
45 }
$element
Definition: element.phtml:12