You are here

public function WebformInterface::setCss in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::setCss()

Sets the webform's CSS.

Parameters

string $css: The webform's CSS.

Return value

$this

1 method overrides WebformInterface::setCss()
Webform::setCss in src/Entity/Webform.php
Sets the webform's CSS.

File

src/WebformInterface.php, line 510

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function setCss($css);