Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Config.php
Go to the documentation of this file.
1 <?php
7 
10 
12 {
16  const DESIGN_CONFIG_GRID_INDEXER_ID = 'design_config_grid';
17 
21  public function getScope()
22  {
23  return $this->_get(self::SCOPE);
24  }
25 
29  public function getScopeId()
30  {
31  return $this->_get(self::SCOPE_ID);
32  }
33 
37  public function setScope($scope)
38  {
39  return $this->setData(self::SCOPE, $scope);
40  }
41 
45  public function setScopeId($scopeId = null)
46  {
47  return $this->setData(self::SCOPE_ID, $scopeId);
48  }
49 
53  public function getExtensionAttributes()
54  {
55  return $this->_getExtensionAttributes();
56  }
57 
61  public function setExtensionAttributes(\Magento\Theme\Api\Data\DesignConfigExtensionInterface $extensionAttributes)
62  {
63  return $this->_setExtensionAttributes($extensionAttributes);
64  }
65 }
_setExtensionAttributes(\Magento\Framework\Api\ExtensionAttributesInterface $extensionAttributes)
setExtensionAttributes(\Magento\Theme\Api\Data\DesignConfigExtensionInterface $extensionAttributes)
Definition: Config.php:61
$extensionAttributes
Definition: payment.php:22