public function ApiProduct::setAttribute in Apigee Edge 8
File
- src/
Entity/ ApiProduct.php, line 210
Class
- ApiProduct
- Defines the API product entity class.
Namespace
Drupal\apigee_edge\EntityCode
public function setAttribute(string $name, string $value) : void {
$this->decorated
->setAttribute($name, $value);
}