Skip to content
Snippets Groups Projects
EntityHelperInterface.php 215 B
<?php

/**
 * @file
 * Contains \Drupal\fillpdf\EntityHelperInterface.
 */

namespace Drupal\fillpdf;

/**
 * Interface EntityHelperInterface.
 *
 * @package Drupal\fillpdf
 */
interface EntityHelperInterface {


}