Upgraded imagemagick and manually altered pdf to image module to handle changes....
[yaffs-website] / web / modules / contrib / entity / tests / modules / entity_module_bundle_plugin_test / src / Plugin / BundlePluginTest / BundlePluginTestInterface.php
1 <?php
2
3 namespace Drupal\entity_module_bundle_plugin_test\Plugin\BundlePluginTest;
4
5 use Drupal\entity\BundlePlugin\BundlePluginInterface;
6
7 /**
8  * Defines the interface for BundlePluginTest plugins.
9  */
10 interface BundlePluginTestInterface extends BundlePluginInterface {
11
12 }