FileService
class FileService
Methods
__construct(FileStorageService $fileStorageService, MimeTypeGuesserInterface $mimeTypes, EntityManagerInterface $entityManager, ValidatorInterface $validator, FileRepository $fileRepository)
No description
array
findAll()
No description
File|null
findByPid(string $pid)
No description
string
void
delete(string $pid)
No description
Details
at line 20
__construct(FileStorageService $fileStorageService, MimeTypeGuesserInterface $mimeTypes, EntityManagerInterface $entityManager, ValidatorInterface $validator, FileRepository $fileRepository)
No description
at line 32
array
findAll()
No description
at line 37
File|null
findByPid(string $pid)
No description
at line 45
File
upload(UploadedFile $file)
No description
at line 65
string
getLocalPath(File $file)
No description
at line 89
void
delete(string $pid)
No description