We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12790e4 commit 97fc072Copy full SHA for 97fc072
src/Factory/Uploadable/MediaObjectFactory.php
@@ -70,11 +70,6 @@ public function createMediaObjects(object $object): ?ArrayCollection
70
continue;
71
}
72
73
- // todo: the content URL perhaps will just be a public URL from the source/CDN instead of via this API download action
74
-// if ($filesystem instanceof TemporaryUrlGenerator) {
75
-// // $filesystem->temporaryUrl();
76
-// }
77
-
78
$urlGenerator = $this->urlGenerators->get($fieldConfiguration->urlGenerator);
79
if (!$urlGenerator instanceof UploadableUrlGeneratorInterface) {
80
throw new InvalidArgumentException(sprintf('The url generator provided must implement %s', UploadableUrlGeneratorInterface::class));
0 commit comments