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