Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
SvgIconBuilder.php
function SvgIconBuilder::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
; }
RSS feed