public function ManifestInterface::getOutput in Progressive Web App 8
Same name and namespace in other branches
- 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\pwaCode
public function getOutput();