You are here

public function FileUploadResponse::getFileEntities in GraphQL 8.4

Get the file entities.

Return value

\Drupal\file\FileInterface[] File entities.

File

src/GraphQL/Response/FileUploadResponse.php, line 57

Class

FileUploadResponse
A response that either has a file entity or some violations.

Namespace

Drupal\graphql\GraphQL\Response

Code

public function getFileEntities() : array {
  return $this->fileEntities;
}