Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ProductAttributeRepositoryInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Catalog\Api;
8 
15 {
22  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
23 
31  public function get($attributeCode);
32 
42  public function save(\Magento\Catalog\Api\Data\ProductAttributeInterface $attribute);
43 
53 
62  public function deleteById($attributeCode);
63 }
save(\Magento\Catalog\Api\Data\ProductAttributeInterface $attribute)
$searchCriteria
$attributeCode
Definition: extend.phtml:12
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)