FillPdfFileContextInterface.php in FillPDF 8.4
Same filename and directory in other branches
Namespace
Drupal\fillpdfFile
src/FillPdfFileContextInterface.phpView source
<?php
namespace Drupal\fillpdf;
use Drupal\Core\Entity\ContentEntityInterface;
/**
* Provides an interface for defining FillPDF file context entities.
*
* @ingroup fillpdf
*/
interface FillPdfFileContextInterface extends ContentEntityInterface {
}
Interfaces
Name![]() |
Description |
---|---|
FillPdfFileContextInterface | Provides an interface for defining FillPDF file context entities. |