You are here

FillPdfFormFieldInterface.php in FillPDF 5.0.x

Same filename and directory in other branches
  1. 8.4 src/FillPdfFormFieldInterface.php

Namespace

Drupal\fillpdf

File

src/FillPdfFormFieldInterface.php
View source
<?php

namespace Drupal\fillpdf;


/**
 * Interface FillPdfFormFieldInterface.
 *
 * @package Drupal\fillpdf
 */
interface FillPdfFormFieldInterface extends ExportableContentEntityInterface {

}

Interfaces

Namesort descending Description
FillPdfFormFieldInterface Interface FillPdfFormFieldInterface.