Skip to main content

GravityKit\GravityExport\PdfRenderer\Plugin

The entry point of the plugin.

Configures the necessary hooks.

Since: 1.0

Source: add-ons/pdf-renderer/src/Plugin.php:29

Details

  • Kind: class
  • Namespace: GravityKit\GravityExport\PdfRenderer

Methods

MethodDescription
__construct()Initialize constructor.

Method Reference

__construct()

public function __construct( $plugin )

Initialize constructor.

Parameters

NameTypeDefaultDescription
$plugin

Throws

  • WriterException — When the writer could not be created.

Source: add-ons/pdf-renderer/src/Plugin.php:148