Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / drupal-extension / src / Drupal / DrupalExtension / Hook / Scope / LanguageScope.php
diff --git a/vendor/drupal/drupal-extension/src/Drupal/DrupalExtension/Hook/Scope/LanguageScope.php b/vendor/drupal/drupal-extension/src/Drupal/DrupalExtension/Hook/Scope/LanguageScope.php
deleted file mode 100644 (file)
index 002d330..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-/**
- * @file
- * Contains \Drupal\DrupalExtension\Hook\Scope\LanguageScope.
- */
-namespace Drupal\DrupalExtension\Hook\Scope;
-
-/**
- * Represents the LanguageScope object.
- */
-abstract class LanguageScope extends BaseEntityScope {
-
-  const BEFORE = 'language.create.before';
-  const AFTER = 'language.create.after';
-
-}