You are here

public function WebformElementAssetInterface::getCss in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformElementAssetInterface.php \Drupal\webform\Plugin\WebformElementAssetInterface::getCss()

Returns the webform element's CSS.

Return value

string The webform element's CSS.

1 method overrides WebformElementAssetInterface::getCss()
WebformOptionsCustom::getCss in modules/webform_options_custom/src/Plugin/WebformElement/WebformOptionsCustom.php
Returns the webform element's CSS.

File

src/Plugin/WebformElementAssetInterface.php, line 35

Class

WebformElementAssetInterface
Defines the interface for webform elements with CSS and JavaScript assets.

Namespace

Drupal\webform\Plugin

Code

public function getCss();