You are here

public function DatabaseMockStorage::matchableResults in Apigee Edge 8

File

tests/modules/apigee_mock_api_client/src/DatabaseMockStorage.php, line 188

Class

DatabaseMockStorage
A mock storage for functional tests.

Namespace

Drupal\apigee_mock_api_client

Code

public function matchableResults() : array {
  $matchable_results = $this->state
    ->get(static::STATE_MATCHABLE_RESULT_ID);
  return $matchable_results ?? [];
}