You are here

public function ApiProduct::setApprovalType in Apigee Edge 8

File

src/Entity/ApiProduct.php, line 168

Class

ApiProduct
Defines the API product entity class.

Namespace

Drupal\apigee_edge\Entity

Code

public function setApprovalType(string $approval_type) : void {
  $this->decorated
    ->setApprovalType($approval_type);
}