You are here

FillPdfFileContextInterface.php in FillPDF 8.4

Same filename and directory in other branches
  1. 5.0.x src/FillPdfFileContextInterface.php

Namespace

Drupal\fillpdf

File

src/FillPdfFileContextInterface.php
View 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

Namesort descending Description
FillPdfFileContextInterface Provides an interface for defining FillPDF file context entities.