Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / src / Plugin / Setting / General / Buttons / ButtonIconize.php
index 3bcc28fb488e400160761b8ca57d69df3edf1ba2..47ebec4f30f8b87452d90d13e8f2bde150d62551 100644 (file)
@@ -1,14 +1,8 @@
 <?php
-/**
- * @file
- * Contains \Drupal\bootstrap\Plugin\Setting\General\Buttons\ButtonIconize.
- */
 
 namespace Drupal\bootstrap\Plugin\Setting\General\Buttons;
 
-use Drupal\bootstrap\Annotation\BootstrapSetting;
 use Drupal\bootstrap\Plugin\Setting\SettingBase;
-use Drupal\Core\Annotation\Translation;
 
 /**
  * The "button_iconize" theme setting.
@@ -26,7 +20,7 @@ use Drupal\Core\Annotation\Translation;
  *     "button" = @Translation("Buttons"),
  *   },
  *   see = {
- *     "http://drupal-bootstrap.org/apis/hook_bootstrap_iconize_text_alter" = @Translation("hook_bootstrap_iconize_text_alter()"),
+ *     "https://drupal-bootstrap.org/apis/hook_bootstrap_iconize_text_alter" = @Translation("hook_bootstrap_iconize_text_alter()"),
  *   },
  * )
  */