function IconBuilderInterface::setStrokeWidth

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Layout/Icon/IconBuilderInterface.php \Drupal\Core\Layout\Icon\IconBuilderInterface::setStrokeWidth()
  2. 8.9.x core/lib/Drupal/Core/Layout/Icon/IconBuilderInterface.php \Drupal\Core\Layout\Icon\IconBuilderInterface::setStrokeWidth()
  3. 10 core/lib/Drupal/Core/Layout/Icon/IconBuilderInterface.php \Drupal\Core\Layout\Icon\IconBuilderInterface::setStrokeWidth()

Sets the stroke width.

Parameters

int|null $stroke_width: The width of region borders.

Return value

$this

File

core/lib/Drupal/Core/Layout/Icon/IconBuilderInterface.php, line 97

Class

IconBuilderInterface
Provides an interface for building layout icons.

Namespace

Drupal\Core\Layout\Icon

Code

public function setStrokeWidth($stroke_width);

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