Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AttributeOptionManagementInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Eav\Api;
7 
14 {
25  public function add($entityType, $attributeCode, $option);
26 
38  public function delete($entityType, $attributeCode, $optionId);
39 
49  public function getItems($entityType, $attributeCode);
50 }
add($entityType, $attributeCode, $option)
$attributeCode
Definition: extend.phtml:12