Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AttributeRepositoryInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Eav\Api;
8 
15 {
23  public function getList($entityTypeCode, \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
24 
33  public function get($entityTypeCode, $attributeCode);
34 
42  public function save(\Magento\Eav\Api\Data\AttributeInterface $attribute);
43 
51  public function delete(Data\AttributeInterface $attribute);
52 
61  public function deleteById($attributeId);
62 }
$searchCriteria
$attributeCode
Definition: extend.phtml:12
save(\Magento\Eav\Api\Data\AttributeInterface $attribute)
getList($entityTypeCode, \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)