X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FLayout%2FAnnotation%2FLayout.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FLayout%2FAnnotation%2FLayout.php;h=eae930cf4eb1bfe338c6830722e0ed309083bb04;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=d2072c249a8a8458a002e378b4d419e2473e03aa;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Layout/Annotation/Layout.php b/web/core/lib/Drupal/Core/Layout/Annotation/Layout.php index d2072c249..eae930cf4 100644 --- a/web/core/lib/Drupal/Core/Layout/Annotation/Layout.php +++ b/web/core/lib/Drupal/Core/Layout/Annotation/Layout.php @@ -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. *