Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / entity / src / Entity / RevisionableEntityBundleInterface.php
diff --git a/web/modules/contrib/entity/src/Entity/RevisionableEntityBundleInterface.php b/web/modules/contrib/entity/src/Entity/RevisionableEntityBundleInterface.php
deleted file mode 100644 (file)
index 18d392a..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-namespace Drupal\entity\Entity;
-
-use Drupal\Core\Entity\RevisionableEntityBundleInterface as CoreRevisionableEntityBundleInterface;
-
-@trigger_error('\Drupal\entity\Entity\RevisionableEntityBundleInterface has been deprecated in favor of \Drupal\Core\Entity\RevisionableEntityBundleInterface. Use that instead.');
-
-/**
- * @deprecated in favor of
- *   \Drupal\Core\Entity\RevisionableEntityBundleInterface. Use that instead.
- */
-interface RevisionableEntityBundleInterface extends CoreRevisionableEntityBundleInterface {
-}