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