You are here

public function ApiProductController::searchByAttribute in Apigee Edge 8

Same name in this branch
  1. 8 src/Entity/Controller/ApiProductController.php \Drupal\apigee_edge\Entity\Controller\ApiProductController::searchByAttribute()
  2. 8 modules/apigee_edge_apiproduct_rbac/tests/modules/apigee_edge_apiproduct_rbac_test/src/ApiProductController.php \Drupal\apigee_edge_apiproduct_rbac_test\ApiProductController::searchByAttribute()

File

src/Entity/Controller/ApiProductController.php, line 116

Class

ApiProductController
Definition of the API product controller service.

Namespace

Drupal\apigee_edge\Entity\Controller

Code

public function searchByAttribute(string $attribute_name, string $attribute_value) : array {
  return $this
    ->decorated()
    ->searchByAttribute($attribute_name, $attribute_value);
}