-
Kevin Kaland authoredKevin Kaland authored
EntityHelperInterface.php 215 B
<?php
/**
* @file
* Contains \Drupal\fillpdf\EntityHelperInterface.
*/
namespace Drupal\fillpdf;
/**
* Interface EntityHelperInterface.
*
* @package Drupal\fillpdf
*/
interface EntityHelperInterface {
}