Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / drupal-extension / src / Drupal / DrupalExtension / Hook / Scope / AfterTermCreateScope.php
diff --git a/vendor/drupal/drupal-extension/src/Drupal/DrupalExtension/Hook/Scope/AfterTermCreateScope.php b/vendor/drupal/drupal-extension/src/Drupal/DrupalExtension/Hook/Scope/AfterTermCreateScope.php
deleted file mode 100644 (file)
index 0f7dc22..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-/**
- * @file
- * Entity scope.
- */
-namespace Drupal\DrupalExtension\Hook\Scope;
-
-use Behat\Testwork\Hook\Scope\HookScope;
-
-/**
- * Represents an Entity hook scope.
- */
-final class AfterTermCreateScope extends TermScope {
-
-  /**
-   * Return the scope name.
-   *
-   * @return string
-   */
-  public function getName() {
-    return self::AFTER;
-  }
-
-}