File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
app/code/Magento/MediaContentApi/Model Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 16
16
class GetEntityContents implements GetEntityContentsInterface
17
17
{
18
18
/**
19
- * @var array| GetEntityContentsInterface[]
19
+ * @var GetEntityContentsInterface[]
20
20
*/
21
21
private $ items ;
22
22
23
23
/**
24
- * GetContent constructor.
25
24
* @param GetEntityContentsInterface[] $items
26
25
*/
27
26
public function __construct (
@@ -39,6 +38,8 @@ public function __construct(
39
38
}
40
39
41
40
/**
41
+ * Get concatenated content for the content identity
42
+ *
42
43
* @param ContentIdentityInterface $contentIdentity
43
44
* @return string[]
44
45
*/
Original file line number Diff line number Diff line change 16
16
interface GetEntityContentsInterface
17
17
{
18
18
/**
19
+ * Get concatenated content by the content identity
20
+ *
19
21
* @param ContentIdentityInterface $contentIdentity
20
22
* @return string[]
21
23
*/
You can’t perform that action at this time.
0 commit comments