views_pdf-8.x-1.x-dev/src/ViewsPdfTemplateInterface.php
src/ViewsPdfTemplateInterface.php
<?php
declare(strict_types=1);
namespace Drupal\views_pdf;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining a views pdf template entity type.
*/
interface ViewsPdfTemplateInterface extends ConfigEntityInterface {
}
