Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
SvgIconBuilder.php
function SvgIconBuilder::setHeight
File
core/
lib/
Drupal/
Core/
Layout/
Icon/
SvgIconBuilder.php
, line 269
Class
SvgIconBuilder
Builds SVG layout icons.
Namespace
Drupal\Core\Layout\Icon
Code
public
function
setHeight
(
$height
) {
$this
->
height
=
$height
;
return
$this
; }
RSS feed