Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / src / Plugin / PluginBase.php
index ef3107fd4c52a554ed007f8540c49ec64593d4bb..a29858e772ef8bd61563352637ef4894da445618 100644 (file)
@@ -1,11 +1,8 @@
 <?php
-/**
- * @file
- * Contains \Drupal\bootstrap\Plugin\PluginBase.
- */
 
 namespace Drupal\bootstrap\Plugin;
 
+use Drupal\Core\Plugin\PluginBase as CorePluginBase;
 use Drupal\bootstrap\Bootstrap;
 
 /**
@@ -13,7 +10,7 @@ use Drupal\bootstrap\Bootstrap;
  *
  * @ingroup utility
  */
-class PluginBase extends \Drupal\Core\Plugin\PluginBase {
+class PluginBase extends CorePluginBase {
 
   /**
    * The currently set theme object.