Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / src / Plugin / Setting / General / Images / ImageShape.php
index accba6b98c6bad1a07338b12f6da08154fbda42a..3ebc72e218d35b400ca79c63b82d8f0e13b6a149 100644 (file)
@@ -1,14 +1,8 @@
 <?php
-/**
- * @file
- * Contains \Drupal\bootstrap\Plugin\Setting\General\Images\ImageShape.
- */
 
 namespace Drupal\bootstrap\Plugin\Setting\General\Images;
 
-use Drupal\bootstrap\Annotation\BootstrapSetting;
 use Drupal\bootstrap\Plugin\Setting\SettingBase;
-use Drupal\Core\Annotation\Translation;
 
 /**
  * The "image_shape" theme setting.
@@ -32,7 +26,7 @@ use Drupal\Core\Annotation\Translation;
  *     "img-thumbnail" = @Translation("Thumbnail"),
  *   },
  *   see = {
- *     "http://getbootstrap.com/css/#images-shapes" = @Translation("Image Shapes"),
+ *     "https://getbootstrap.com/docs/3.3/css/#images-shapes" = @Translation("Image Shapes"),
  *   },
  * )
  */