You are here

public function YamlFormInterface::getCss in YAML Form 8

Returns the form's CSS.

Return value

string The form's CSS.

1 method overrides YamlFormInterface::getCss()
YamlForm::getCss in src/Entity/YamlForm.php
Returns the form's CSS.

File

src/YamlFormInterface.php, line 111

Class

YamlFormInterface
Provides an interface defining a form entity.

Namespace

Drupal\yamlform

Code

public function getCss();