You are here

abstract class BackendServiceBase in FillPDF 8.4

Base class for FillPDF BackendService plugins.

Hierarchy

Expanded class hierarchy of BackendServiceBase

Deprecated

in fillpdf:8.x-4.9 and is removed from fillpdf:8.x-5.0. Extend PdfBackendBase instead.

See also

https://www.drupal.org/node/3059476

\Drupal\fillpdf\Plugin\PdfBackendBase

1 file declares its use of BackendServiceBase
Test.php in tests/modules/fillpdf_test/src/Plugin/BackendService/Test.php

File

src/Plugin/BackendServiceBase.php, line 16

Namespace

Drupal\fillpdf\Plugin
View source
abstract class BackendServiceBase extends PluginBase implements BackendServiceInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
BackendServiceInterface::merge public function Populate a PDF file with field data. 1
BackendServiceInterface::parse public function Parse a PDF and return a list of its fields. 1
PluginBase::$configuration protected property Configuration information passed into the plugin. 1
PluginBase::$pluginDefinition protected property The plugin implementation definition. 1
PluginBase::$pluginId protected property The plugin_id.
PluginBase::DERIVATIVE_SEPARATOR constant A string which is used to separate base plugin IDs from the derivative ID.
PluginBase::getBaseId public function Gets the base_plugin_id of the plugin instance. Overrides DerivativeInspectionInterface::getBaseId
PluginBase::getDerivativeId public function Gets the derivative_id of the plugin instance. Overrides DerivativeInspectionInterface::getDerivativeId
PluginBase::getPluginDefinition public function Gets the definition of the plugin implementation. Overrides PluginInspectionInterface::getPluginDefinition 3
PluginBase::getPluginId public function Gets the plugin_id of the plugin instance. Overrides PluginInspectionInterface::getPluginId
PluginBase::isConfigurable public function Determines if the plugin is configurable.
PluginBase::__construct public function Constructs a \Drupal\Component\Plugin\PluginBase object. 92