Function Hook_addon_registry_backup->tpl_preview__administrative__restore_wrap

Definitions

sources/hooks/systems/addon_registry/backup.php

  • Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.Uses sources/lorem.php functions to place appropriate stock-text. Should not hard-code things, as the code is intended to be declarative.Assumptions: You can assume all Lang/CSS/JavaScript files in this addon have been pre-required.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Returns

  • Preview
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get a preview(s) of a (group of) template(s), as a full standalone piece of HTML in Tempcode format.Uses sources/lorem.php functions to place appropriate stock-text. Should not hard-code things, as the code is intended to be declarative.Assumptions: You can assume all Lang/CSS/JavaScript files in this addon have been pre-required.
 *
 * @return Tempcode Preview
 */

public function tpl_preview__administrative__restore_wrap() : object