You are here

public function ApiProduct::setApiResources in Apigee Edge 8

File

src/Entity/ApiProduct.php, line 182

Class

ApiProduct
Defines the API product entity class.

Namespace

Drupal\apigee_edge\Entity

Code

public function setApiResources(string ...$api_resources) : void {
  $this->decorated
    ->setApiResources($api_resources);
}