You are here

public function CSSSnippet::__toString in Picture Background Formatter 8

Returns markup.

Return value

string The markup.

Overrides MarkupInterface::__toString

1 call to CSSSnippet::__toString()
CSSSnippet::jsonSerialize in src/Component/Render/CSSSnippet.php

File

src/Component/Render/CSSSnippet.php, line 29

Class

CSSSnippet

Namespace

Drupal\picture_background_formatter\Component\Render

Code

public function __toString() {
  return $this->string;
}