Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getCustomAttributesCodes()
 {
     $attributeCodes = array();
     foreach ($this->_metadataService->getCustomAddressAttributeMetadata() as $attribute) {
         $attributeCodes[] = $attribute->getAttributeCode();
     }
     return $attributeCodes;
 }