function SvgIconBuilder::setWidth

Sets the width.

Parameters

int $width: The width of the SVG.

Return value

$this

Overrides IconBuilderInterface::setWidth

File

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

Class

SvgIconBuilder
Builds SVG layout icons.

Namespace

Drupal\Core\Layout\Icon

Code

public function setWidth($width) {
  $this->width = $width;
  return $this;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.