You are here

public function WebformInterface::getCss in Webform 8.5

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

Returns the webform's CSS.

Return value

string The webform's CSS.

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

File

src/WebformInterface.php, line 500

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function getCss();