Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / consolidation / output-formatters / src / StructuredData / TableDataInterface.php
index 341b822cdcf895e7d54154949c6fbcce85f73909..98daa09c7752ff4d25ece7fea854728481df9263 100644 (file)
@@ -3,12 +3,6 @@ namespace Consolidation\OutputFormatters\StructuredData;
 
 interface TableDataInterface
 {
-    /**
-     * Return the original data for this table.  Used by any
-     * formatter that is -not- a table.
-     */
-    public function getOriginalData();
-
     /**
      * Convert structured data into a form suitable for use
      * by the table formatter.