Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / src / Plugin / Setting / General / Buttons / ButtonColorize.php
index f975f951f2267545cf2a82ad4621f62b07b80adf..e05dce0062048e59f3ff45104ffb5ec3eedcfd23 100644 (file)
@@ -1,14 +1,8 @@
 <?php
-/**
- * @file
- * Contains \Drupal\bootstrap\Plugin\Setting\General\Buttons\ButtonColorize.
- */
 
 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_colorize" theme setting.
@@ -26,8 +20,8 @@ use Drupal\Core\Annotation\Translation;
  *     "button" = @Translation("Buttons"),
  *   },
  *   see = {
- *     "http://getbootstrap.com/css/#buttons" = @Translation("Buttons"),
- *     "http://drupal-bootstrap.org/apis/hook_bootstrap_colorize_text_alter" = @Translation("hook_bootstrap_colorize_text_alter()"),
+ *     "https://getbootstrap.com/docs/3.3/css/#buttons" = @Translation("Buttons"),
+ *     "https://drupal-bootstrap.org/apis/hook_bootstrap_colorize_text_alter" = @Translation("hook_bootstrap_colorize_text_alter()"),
  *   },
  * )
  */