abstract class BackendServiceBase in FillPDF 8.4
Base class for FillPDF BackendService plugins.
Hierarchy
- class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterface
- class \Drupal\fillpdf\Plugin\BackendServiceBase implements BackendServiceInterface
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
File
- src/
Plugin/ BackendServiceBase.php, line 16
Namespace
Drupal\fillpdf\PluginView source
abstract class BackendServiceBase extends PluginBase implements BackendServiceInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BackendServiceInterface:: |
public | function | Populate a PDF file with field data. | 1 |
BackendServiceInterface:: |
public | function | Parse a PDF and return a list of its fields. | 1 |
PluginBase:: |
protected | property | Configuration information passed into the plugin. | 1 |
PluginBase:: |
protected | property | The plugin implementation definition. | 1 |
PluginBase:: |
protected | property | The plugin_id. | |
PluginBase:: |
constant | A string which is used to separate base plugin IDs from the derivative ID. | ||
PluginBase:: |
public | function |
Gets the base_plugin_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the derivative_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the definition of the plugin implementation. Overrides PluginInspectionInterface:: |
3 |
PluginBase:: |
public | function |
Gets the plugin_id of the plugin instance. Overrides PluginInspectionInterface:: |
|
PluginBase:: |
public | function | Determines if the plugin is configurable. | |
PluginBase:: |
public | function | Constructs a \Drupal\Component\Plugin\PluginBase object. | 92 |