Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / consolidation / output-formatters / src / StructuredData / RenderCellCollectionInterface.php
index 8e80aff41bee9fb40c2f3452c6135c19b3f5a587..f88573d8b4bc72809329e9342f8cf9107fdbfe1d 100644 (file)
@@ -1,7 +1,9 @@
 <?php
 namespace Consolidation\OutputFormatters\StructuredData;
 
-interface RenderCellCollectionInterface extends RenderCellInterface
+use Consolidation\OutputFormatters\Formatters\FormatterAwareInterface;
+
+interface RenderCellCollectionInterface extends RenderCellInterface, FormatterAwareInterface
 {
     const PRIORITY_FIRST = 'first';
     const PRIORITY_NORMAL = 'normal';