public function CSSSnippet::jsonSerialize in Picture Background Formatter 8
File
- src/
Component/ Render/ CSSSnippet.php, line 36
Class
Namespace
Drupal\picture_background_formatter\Component\RenderCode
public function jsonSerialize() {
return $this
->__toString();
}