Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / Layout / Annotation / Layout.php
index d2072c249a8a8458a002e378b4d419e2473e03aa..eae930cf4eb1bfe338c6830722e0ed309083bb04 100644 (file)
@@ -111,6 +111,15 @@ class Layout extends Plugin {
    */
   public $icon;
 
+  /**
+   * The icon map.
+   *
+   * @var string[][] optional
+   *
+   * @see \Drupal\Core\Layout\Icon\IconBuilderInterface::build()
+   */
+  public $icon_map;
+
   /**
    * An associative array of regions in this layout.
    *