You are here

public function ExportableContentEntityInterface::getPropertiesToExport in FillPDF 5.0.x

Same name and namespace in other branches
  1. 8.4 src/ExportableContentEntityInterface.php \Drupal\fillpdf\ExportableContentEntityInterface::getPropertiesToExport()

Gets the content entity properties to export if declared on the annotation.

Return value

array|null The properties to export or NULL if they can not be determined.

2 methods override ExportableContentEntityInterface::getPropertiesToExport()
FillPdfForm::getPropertiesToExport in src/Entity/FillPdfForm.php
Gets the content entity properties to export if declared on the annotation.
FillPdfFormField::getPropertiesToExport in src/Entity/FillPdfFormField.php
Gets the content entity properties to export if declared on the annotation.

File

src/ExportableContentEntityInterface.php, line 20

Class

ExportableContentEntityInterface
Interface ExportableContentEntityInterface.

Namespace

Drupal\fillpdf

Code

public function getPropertiesToExport();