public function WebformInterface::setCss in Webform 8.5
Same name and namespace in other branches
- 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\webformCode
public function setCss($css);