Function Module_newsletter->newsletter_form

Definitions

site/pages/modules/newsletter.php

  • The UI to sign up to the newsletter (actually, generally manage subscription).
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Returns

  • The UI
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * The UI to sign up to the newsletter (actually, generally manage subscription).
 *
 * @return Tempcode The UI
 */

public function newsletter_form() : object