You are here

public property Layout::$icon_map in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Layout/Annotation/Layout.php \Drupal\Core\Layout\Annotation\Layout::icon_map
  2. 9 core/lib/Drupal/Core/Layout/Annotation/Layout.php \Drupal\Core\Layout\Annotation\Layout::icon_map

The icon map.

This property is optional and it does not need to be declared.

Type: string[][]

See also

\Drupal\Core\Layout\Icon\IconBuilderInterface::build()

File

core/lib/Drupal/Core/Layout/Annotation/Layout.php, line 135

Class

Layout
Defines a Layout annotation object.

Namespace

Drupal\Core\Layout\Annotation

Code

public $icon_map;