We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085f431 commit 1d8141aCopy full SHA for 1d8141a
1 file changed
Classes/AssetExtraction/IngestAttachmentAssetExtractor.php
@@ -27,7 +27,6 @@
27
*/
28
class IngestAttachmentAssetExtractor implements AssetExtractorInterface
29
{
30
-
31
/**
32
* @Flow\Inject
33
* @var ElasticSearchClient
@@ -40,6 +39,15 @@ class IngestAttachmentAssetExtractor implements AssetExtractorInterface
40
39
41
protected $logger;
42
+ /**
43
+ * Takes an asset and extracts content and meta data.
44
+ *
45
+ * @param AssetInterface $asset
46
+ * @return AssetContent
47
+ * @throws \Flowpack\ElasticSearch\Transfer\Exception
48
+ * @throws \Flowpack\ElasticSearch\Transfer\Exception\ApiException
49
+ * @throws \Neos\Flow\Http\Exception
50
+ */
51
public function extract(AssetInterface $asset): AssetContent
52
53
$request = [
0 commit comments