Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / entity / tests / modules / entity_module_bundle_plugin_test / src / Annotation / BundlePluginTest.php
diff --git a/web/modules/contrib/entity/tests/modules/entity_module_bundle_plugin_test/src/Annotation/BundlePluginTest.php b/web/modules/contrib/entity/tests/modules/entity_module_bundle_plugin_test/src/Annotation/BundlePluginTest.php
deleted file mode 100644 (file)
index f09f70e..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<?php
-
-namespace Drupal\entity_module_bundle_plugin_test\Annotation;
-
-use Drupal\Component\Annotation\Plugin;
-
-/**
- * Defines the BundlePluginTest annotation object.
- *
- * Plugin namespace: Plugin\BundlePluginTest.
- *
- * @see plugin_api
- *
- * @Annotation
- */
-class BundlePluginTest extends Plugin {
-
-  /**
-   * The plugin ID.
-   *
-   * @var string
-   */
-  public $id;
-
-  /**
-   * The plugin label.
-   *
-   * @ingroup plugin_translatable
-   *
-   * @var \Drupal\Core\Annotation\Translation
-   */
-  public $label;
-
-}