public function YamlFormInterface::setCss in YAML Form 8
Sets the form's CSS.
Parameters
string $css: The form's CSS.
Return value
$this
1 method overrides YamlFormInterface::setCss()
- YamlForm::setCss in src/
Entity/ YamlForm.php - Sets the form's CSS.
File
- src/
YamlFormInterface.php, line 121
Class
- YamlFormInterface
- Provides an interface defining a form entity.
Namespace
Drupal\yamlformCode
public function setCss($css);