You are here

Deprecated in FillPDF 5.0.x

Primary tabs

Examples: "before Drupal 9", "in Drupal 8.4"
Namesort descending Location Type Deprecation Direct uses Namespaced uses Overrides Use statements
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.
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. 3
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.
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.
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