You are here

public function MockDrupalGatherContentClient::itemFilesGet in GatherContent 8.5

Same name and namespace in other branches
  1. 8.4 tests/modules/gathercontent_test/src/MockDrupalGatherContentClient.php \Drupal\gathercontent_test\MockDrupalGatherContentClient::itemFilesGet()

Mock files fetch.

File

tests/modules/gathercontent_test/src/MockDrupalGatherContentClient.php, line 43

Class

MockDrupalGatherContentClient
Class to mock GC client.

Namespace

Drupal\gathercontent_test

Code

public function itemFilesGet($itemId) {
  return [];
}