Upgraded imagemagick and manually altered pdf to image module to handle changes....
[yaffs-website] / web / modules / contrib / entity / src / Entity / RevisionableEntityBundleInterface.php
1 <?php
2
3 namespace Drupal\entity\Entity;
4
5 use Drupal\Core\Entity\RevisionableEntityBundleInterface as CoreRevisionableEntityBundleInterface;
6
7 @trigger_error('\Drupal\entity\Entity\RevisionableEntityBundleInterface has been deprecated in favor of \Drupal\Core\Entity\RevisionableEntityBundleInterface. Use that instead.');
8
9 /**
10  * @deprecated in favor of
11  *   \Drupal\Core\Entity\RevisionableEntityBundleInterface. Use that instead.
12  */
13 interface RevisionableEntityBundleInterface extends CoreRevisionableEntityBundleInterface {
14 }