Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
DesignConfigInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Theme\Api\Data;
7 
9 
16 {
20  const SCOPE = 'scope';
21  const SCOPE_ID = 'scope_id';
30  public function getScope();
31 
38  public function getScopeId();
39 
45  public function setScope($scope);
46 
52  public function setScopeId($scopeId);
53 
60  public function getExtensionAttributes();
61 
69  public function setExtensionAttributes(\Magento\Theme\Api\Data\DesignConfigExtensionInterface $extensionAttributes);
70 }
$extensionAttributes
Definition: payment.php:22
setExtensionAttributes(\Magento\Theme\Api\Data\DesignConfigExtensionInterface $extensionAttributes)