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