Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SvgIconBuilder.php

function SvgIconBuilder::build

File

core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php, line 57

Class

SvgIconBuilder
Builds SVG layout icons.

Namespace

Drupal\Core\Layout\Icon

Code

public function build(array $icon_map) {
    $regions = $this->calculateSvgValues($icon_map, $this->width, $this->height, $this->strokeWidth, $this->padding);
    return $this->buildRenderArray($regions, $this->width, $this->height, $this->strokeWidth);
}
RSS feed
Powered by Drupal