You are here

Deprecated in FillPDF 8.4

Primary tabs

Examples: "before Drupal 9", "in Drupal 8.4"
Namesort descending Location Type Deprecation Direct uses Namespaced uses Overrides Use statements
BackendService modules/fillpdf_legacy/src/Annotation/BackendService.php class in fillpdf:8.x-4.9 and is removed from fillpdf:8.x-5.0. Use the PdfBackend plugin type instead.
BackendServiceBase src/Plugin/BackendServiceBase.php class in fillpdf:8.x-4.9 and is removed from fillpdf:8.x-5.0. Extend PdfBackendBase instead. 1 1
BackendServiceInterface modules/fillpdf_legacy/src/Plugin/BackendServiceInterface.php interface in fillpdf:8.x-4.9 and is removed from fillpdf:8.x-5.0. Extend PdfBackendBase instead. 1 1
BackendServiceManager modules/fillpdf_legacy/src/Plugin/BackendServiceManager.php class in fillpdf:8.x-4.9 and is removed from fillpdf:8.x-5.0. Use PdfBackendManager and the new PdfBackend plugins instead.
EntityHelper src/EntityHelper.php class in fillpdf:8.x-4.7 and is removed from fillpdf:8.x-5.0. Applies to this class and the 'fillpdf.entity_helper' service. The getFormFields() method lives within the FillPdfForm entity now.
EntityHelperInterface src/EntityHelperInterface.php interface in fillpdf:8.x-4.7 and is removed from fillpdf:8.x-5.0. Applies to this interface and the 'fillpdf.entity_helper' service. 1
FillPdfActionPluginBase::defaultConfiguration src/Plugin/FillPdfActionPluginBase.php function in fillpdf:8.x-4.8 and is removed from fillpdf:8.x-5.0. Custom FillPdfActionPlugins may implement ConfigurableInterface instead.
FillPdfActionPluginBase::getConfiguration src/Plugin/FillPdfActionPluginBase.php function in fillpdf:8.x-4.8 and is removed from fillpdf:8.x-5.0. Custom FillPdfActionPlugins may implement ConfigurableInterface instead.
FillPdfActionPluginBase::setConfiguration src/Plugin/FillPdfActionPluginBase.php function in fillpdf:8.x-4.8 and is removed from fillpdf:8.x-5.0. Custom FillPdfActionPlugins may implement ConfigurableInterface instead.
FillPdfAdminFormBase src/Form/FillPdfAdminFormBase.php class in fillpdf:8.x-4.7 and is removed from fillpdf:8.x-5.0. Use FormBase instead.
FillPdfAdminFormHelper::getPdftkPath src/Service/FillPdfAdminFormHelper.php function in fillpdf:8.x-4.9 and is removed from fillpdf:8.x-5.0. Use the PdfBackend plugin's own methods.
FillPdfBackendManager modules/fillpdf_legacy/src/Plugin/FillPdfBackendManager.php class in fillpdf:8.x-4.9 and is removed from fillpdf:8.x-5.0. Use PdfBackendManager and the new PdfBackend plugins instead. 1
FillPdfBackendPluginInterface src/FillPdfBackendPluginInterface.php interface in fillpdf:8.x-4.9 and is removed from fillpdf:8.x-5.0. Instead of implementing FillPdfBackendPluginInterface, you should extend PdfBackendBase. 6 6
FillPdfMappingHelper::transformString src/Component/Helper/FillPdfMappingHelper.php function in fillpdf:8.x-4.7 and is removed from fillpdf:8.x-5.0. Deprecated in core.
FillPdfServicePdfBackend::parse src/Plugin/PdfBackend/FillPdfServicePdfBackend.php function in fillpdf:8.x-4.9 and is removed from fillpdf:8.x-5.0. Instead use PdfBackendInterface::parseFile().
FillPdfServicePdfBackend::populateWithFieldData src/Plugin/PdfBackend/FillPdfServicePdfBackend.php function in fillpdf:8.x-4.9 and is removed from fillpdf:8.x-5.0. Instead use PdfBackendInterface::mergeFile().
InputHelper::saveFileUpload src/InputHelper.php function in fillpdf:8.x-4.7 and is removed from fillpdf:8.x-5.0. Use FileInterface::setPermanent() and FileInterface::save() instead.
JavaBridgeFillPdfBackend modules/fillpdf_legacy/src/Plugin/FillPdfBackend/JavaBridgeFillPdfBackend.php class in fillpdf:8.x-4.9 and is removed from fillpdf:8.x-5.0. Use FillPDF LocalServer with the new LocalServerPdfBackend plugin instead.
LegacyProviderPdfBackend modules/fillpdf_legacy/src/Plugin/PdfBackend/LegacyProviderPdfBackend.php class in fillpdf:8.x-4.9 and is removed from fillpdf:8.x-5.0. This is only a BC wrapper. Once you turned your legacy FillPdfBackend plugins into new PdfBackend plugins, this wrapper will not be needed anymore. 1
LocalServerBackendService modules/fillpdf_legacy/src/Plugin/BackendService/LocalServerBackendService.php class in fillpdf:8.x-4.9 and is removed from fillpdf:8.x-5.0. Use the new LocalServerPdfBackend plugin instead.
LocalServerPdfBackend::parse src/Plugin/PdfBackend/LocalServerPdfBackend.php function in fillpdf:8.x-4.9 and is removed from fillpdf:8.x-5.0. Instead use PdfBackendInterface::parseFile().
LocalServerPdfBackend::populateWithFieldData src/Plugin/PdfBackend/LocalServerPdfBackend.php function in fillpdf:8.x-4.9 and is removed from fillpdf:8.x-5.0. Instead use PdfBackendInterface::mergeFile().
PdftkPdfBackend::parse src/Plugin/PdfBackend/PdftkPdfBackend.php function in fillpdf:8.x-4.9 and is removed from fillpdf:8.x-5.0. Instead use PdfBackendInterface::parseFile().
PdftkPdfBackend::populateWithFieldData src/Plugin/PdfBackend/PdftkPdfBackend.php function in fillpdf:8.x-4.9 and is removed from fillpdf:8.x-5.0. Instead use PdfBackendInterface::mergeFile().
Serializer::importFormFieldsByKey src/Serializer.php function in fillpdf:8.x-4.7 and is removed from fillpdf:8.x-5.0. Field lists are already keyed by pdf_key now, so rekeying them is unnecessary. Use ::importFormFields instead.

Other projects