You are here

public function ManifestInterface::getOutput in Progressive Web App 8

Same name and namespace in other branches
  1. 2.x src/ManifestInterface.php \Drupal\pwa\ManifestInterface::getOutput()

Build the manifest json string based on the configuration.

Return value

string Manifest JSON string.

1 method overrides ManifestInterface::getOutput()
Manifest::getOutput in src/Manifest.php
Build the manifest json string based on the configuration.

File

src/ManifestInterface.php, line 16

Class

ManifestInterface
Manifest JSON building service.

Namespace

Drupal\pwa

Code

public function getOutput();