You are here

EntityHelperInterface.php in FillPDF 8.4

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

Namespace

Drupal\fillpdf

File

src/EntityHelperInterface.php
View source
<?php

namespace Drupal\fillpdf;


/**
 * Interface EntityHelperInterface.
 *
 * @package Drupal\fillpdf
 * @deprecated 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.
 * @see https://www.drupal.org/project/fillpdf/issues/3046257
 */
interface EntityHelperInterface {

}

Interfaces

Namesort descending Description
EntityHelperInterface Deprecated Interface EntityHelperInterface.