Skip to content

Commit 1d8141a

Browse files
committed
TASK: Add missing method comment
1 parent 085f431 commit 1d8141a

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

Classes/AssetExtraction/IngestAttachmentAssetExtractor.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
*/
2828
class IngestAttachmentAssetExtractor implements AssetExtractorInterface
2929
{
30-
3130
/**
3231
* @Flow\Inject
3332
* @var ElasticSearchClient
@@ -40,6 +39,15 @@ class IngestAttachmentAssetExtractor implements AssetExtractorInterface
4039
*/
4140
protected $logger;
4241

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+
*/
4351
public function extract(AssetInterface $asset): AssetContent
4452
{
4553
$request = [

0 commit comments

Comments
 (0)