Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / src / Plugin / Form / NodePreviewFormSelect.php
index fb1ff48bbda90917383fbb6f496e31bbe974631d..7ad3a4c7e1fb2c5db96dc0d0f37a05288e47ed1b 100644 (file)
@@ -1,12 +1,7 @@
 <?php
-/**
- * @file
- * Contains \Drupal\bootstrap\Plugin\Form\NodePreviewFormSelect.
- */
 
 namespace Drupal\bootstrap\Plugin\Form;
 
-use Drupal\bootstrap\Annotation\BootstrapForm;
 use Drupal\bootstrap\Bootstrap;
 use Drupal\bootstrap\Utility\Element;
 use Drupal\Core\Form\FormStateInterface;
@@ -44,7 +39,6 @@ class NodePreviewFormSelect extends FormBase {
 
     $form->backlink->setProperty('options', $options);
 
-
     // View mode.
     $form->view_mode->addClass('pull-right', $form::WRAPPER);
   }