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

Breadcrumb

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

function IconBuilderInterface::setHeight

Sets the height.

Parameters

int $height: The height of the SVG.

Return value

$this

File

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

Class

IconBuilderInterface
Provides an interface for building layout icons.

Namespace

Drupal\Core\Layout\Icon

Code

public function setHeight($height);
RSS feed
Powered by Drupal