Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / module / configuration-entity / src / ExampleInterface.php.twig
1 <?php
2
3 namespace Drupal\{{ machine_name }};
4
5 use Drupal\Core\Config\Entity\ConfigEntityInterface;
6
7 /**
8  * Provides an interface defining {{ entity_type_label|article|lower }} entity type.
9  */
10 interface {{ class_prefix }}Interface extends ConfigEntityInterface {
11
12 }