public function MockDrupalGatherContentClient::itemFilesGet in GatherContent 8.4
Same name and namespace in other branches
- 8.5 tests/modules/gathercontent_test/src/MockDrupalGatherContentClient.php \Drupal\gathercontent_test\MockDrupalGatherContentClient::itemFilesGet()
Mock files fetch.
File
- tests/
modules/ gathercontent_test/ src/ MockDrupalGatherContentClient.php, line 38
Class
- MockDrupalGatherContentClient
- Class to mock GC client.
Namespace
Drupal\gathercontent_testCode
public function itemFilesGet($itemId) {
return [];
}