diff --git a/core/modules/contact/lib/Drupal/contact/Plugin/views/field/ContactLink.php b/core/modules/contact/lib/Drupal/contact/Plugin/views/field/ContactLink.php index e1943d5..d1eb806 100644 --- a/core/modules/contact/lib/Drupal/contact/Plugin/views/field/ContactLink.php +++ b/core/modules/contact/lib/Drupal/contact/Plugin/views/field/ContactLink.php @@ -8,7 +8,6 @@ namespace Drupal\contact\Plugin\views\field; use Drupal\Core\Entity\EntityInterface; -use Drupal\Component\Annotation\PluginID; use Drupal\user\Plugin\views\field\Link; use Drupal\views\ResultRow; diff --git a/core/modules/datetime/lib/Drupal/datetime/Plugin/field/field_type/DateTimeItem.php b/core/modules/datetime/lib/Drupal/datetime/Plugin/field/field_type/DateTimeItem.php index 558ca47..dea59ad 100644 --- a/core/modules/datetime/lib/Drupal/datetime/Plugin/field/field_type/DateTimeItem.php +++ b/core/modules/datetime/lib/Drupal/datetime/Plugin/field/field_type/DateTimeItem.php @@ -7,9 +7,7 @@ namespace Drupal\datetime\Plugin\field\field_type; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Datetime\DrupalDateTime; -use Drupal\Core\Entity\Annotation\FieldType; use Drupal\Core\Entity\Field\PrepareCacheInterface; use Drupal\field\FieldInterface; use Drupal\field\Plugin\Type\FieldType\ConfigFieldItemBase; diff --git a/core/modules/datetime/lib/Drupal/datetime/Plugin/field/formatter/DatetimeDefaultFormatter.php b/core/modules/datetime/lib/Drupal/datetime/Plugin/field/formatter/DatetimeDefaultFormatter.php index 03f172f..5a20e82 100644 --- a/core/modules/datetime/lib/Drupal/datetime/Plugin/field/formatter/DatetimeDefaultFormatter.php +++ b/core/modules/datetime/lib/Drupal/datetime/Plugin/field/formatter/DatetimeDefaultFormatter.php @@ -7,8 +7,6 @@ namespace Drupal\datetime\Plugin\field\formatter; -use Drupal\field\Annotation\FieldFormatter; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Datetime\Date; use Drupal\Core\Datetime\DrupalDateTime; use Drupal\Core\Entity\EntityStorageControllerInterface; diff --git a/core/modules/datetime/lib/Drupal/datetime/Plugin/field/formatter/DatetimePlainFormatter.php b/core/modules/datetime/lib/Drupal/datetime/Plugin/field/formatter/DatetimePlainFormatter.php index 600092f..b9a3b47 100644 --- a/core/modules/datetime/lib/Drupal/datetime/Plugin/field/formatter/DatetimePlainFormatter.php +++ b/core/modules/datetime/lib/Drupal/datetime/Plugin/field/formatter/DatetimePlainFormatter.php @@ -7,11 +7,8 @@ namespace Drupal\datetime\Plugin\field\formatter; -use Drupal\field\Annotation\FieldFormatter; -use Drupal\Core\Annotation\Translation; use Drupal\field\Plugin\Type\Formatter\FormatterBase; use Drupal\Core\Entity\Field\FieldInterface; -use Drupal\Core\Datetime\DrupalDateTime; /** * Plugin implementation of the 'datetime_plain' formatter. diff --git a/core/modules/datetime/lib/Drupal/datetime/Plugin/field/widget/DatetimeDatelistWidget.php b/core/modules/datetime/lib/Drupal/datetime/Plugin/field/widget/DatetimeDatelistWidget.php index 37d2c3b..22653e0 100644 --- a/core/modules/datetime/lib/Drupal/datetime/Plugin/field/widget/DatetimeDatelistWidget.php +++ b/core/modules/datetime/lib/Drupal/datetime/Plugin/field/widget/DatetimeDatelistWidget.php @@ -6,8 +6,6 @@ namespace Drupal\datetime\Plugin\field\widget; -use Drupal\field\Annotation\FieldWidget; -use Drupal\Core\Annotation\Translation; use Drupal\field\Plugin\Type\Widget\WidgetBase; use Drupal\Core\Entity\Field\FieldDefinitionInterface; use Drupal\Core\Entity\Field\FieldInterface; diff --git a/core/modules/datetime/lib/Drupal/datetime/Plugin/field/widget/DatetimeDefaultWidget.php b/core/modules/datetime/lib/Drupal/datetime/Plugin/field/widget/DatetimeDefaultWidget.php index 6628dbb..68e946b 100644 --- a/core/modules/datetime/lib/Drupal/datetime/Plugin/field/widget/DatetimeDefaultWidget.php +++ b/core/modules/datetime/lib/Drupal/datetime/Plugin/field/widget/DatetimeDefaultWidget.php @@ -6,8 +6,6 @@ namespace Drupal\datetime\Plugin\field\widget; -use Drupal\field\Annotation\FieldWidget; -use Drupal\Core\Annotation\Translation; use Drupal\field\Plugin\Type\Widget\WidgetBase; use Drupal\Core\Entity\Field\FieldDefinitionInterface; use Drupal\Core\Entity\Field\FieldInterface; diff --git a/core/modules/email/lib/Drupal/email/Plugin/field/field_type/ConfigurableEmailItem.php b/core/modules/email/lib/Drupal/email/Plugin/field/field_type/ConfigurableEmailItem.php index b346c4b..2634c35 100644 --- a/core/modules/email/lib/Drupal/email/Plugin/field/field_type/ConfigurableEmailItem.php +++ b/core/modules/email/lib/Drupal/email/Plugin/field/field_type/ConfigurableEmailItem.php @@ -7,8 +7,6 @@ namespace Drupal\email\Plugin\field\field_type; -use Drupal\Core\Entity\Annotation\FieldType; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Plugin\DataType\EmailItem; use Drupal\field\FieldInterface; diff --git a/core/modules/email/lib/Drupal/email/Plugin/field/formatter/MailToFormatter.php b/core/modules/email/lib/Drupal/email/Plugin/field/formatter/MailToFormatter.php index ecfd479..df3e31b 100644 --- a/core/modules/email/lib/Drupal/email/Plugin/field/formatter/MailToFormatter.php +++ b/core/modules/email/lib/Drupal/email/Plugin/field/formatter/MailToFormatter.php @@ -7,8 +7,6 @@ namespace Drupal\email\Plugin\field\formatter; -use Drupal\field\Annotation\FieldFormatter; -use Drupal\Core\Annotation\Translation; use Drupal\field\Plugin\Type\Formatter\FormatterBase; use Drupal\Core\Entity\Field\FieldInterface; diff --git a/core/modules/email/lib/Drupal/email/Plugin/field/widget/EmailDefaultWidget.php b/core/modules/email/lib/Drupal/email/Plugin/field/widget/EmailDefaultWidget.php index 4654e17..68ba0d9 100644 --- a/core/modules/email/lib/Drupal/email/Plugin/field/widget/EmailDefaultWidget.php +++ b/core/modules/email/lib/Drupal/email/Plugin/field/widget/EmailDefaultWidget.php @@ -7,8 +7,6 @@ namespace Drupal\email\Plugin\field\widget; -use Drupal\field\Annotation\FieldWidget; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Field\FieldInterface; use Drupal\field\Plugin\Type\Widget\WidgetBase; diff --git a/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/field_type/ConfigurableEntityReferenceItem.php b/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/field_type/ConfigurableEntityReferenceItem.php index ee5e79a..ca73825 100644 --- a/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/field_type/ConfigurableEntityReferenceItem.php +++ b/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/field_type/ConfigurableEntityReferenceItem.php @@ -7,11 +7,7 @@ namespace Drupal\entity_reference\Plugin\field\field_type; -use Drupal\Core\Annotation\Translation; -use Drupal\Core\Entity\Annotation\FieldType; -use Drupal\Core\Entity\Field\Type\EntityReferenceItem; use Drupal\field\Plugin\Type\FieldType\ConfigEntityReferenceItemBase; -use Drupal\field\Plugin\Type\FieldType\ConfigFieldItemBase; use Drupal\field\Plugin\Type\FieldType\ConfigFieldItemInterface; use Drupal\field\FieldInterface; diff --git a/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceEntityFormatter.php b/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceEntityFormatter.php index 490228a..c0ff002 100644 --- a/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceEntityFormatter.php +++ b/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceEntityFormatter.php @@ -7,8 +7,6 @@ namespace Drupal\entity_reference\Plugin\field\formatter; -use Drupal\field\Annotation\FieldFormatter; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Field\FieldInterface; use Drupal\entity_reference\RecursiveRenderingException; use Drupal\entity_reference\Plugin\field\formatter\EntityReferenceFormatterBase; diff --git a/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceIdFormatter.php b/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceIdFormatter.php index 39bdfa8..cc058a0 100644 --- a/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceIdFormatter.php +++ b/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceIdFormatter.php @@ -7,8 +7,6 @@ namespace Drupal\entity_reference\Plugin\field\formatter; -use Drupal\field\Annotation\FieldFormatter; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Field\FieldInterface; use Drupal\entity_reference\Plugin\field\formatter\EntityReferenceFormatterBase; diff --git a/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceLabelFormatter.php b/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceLabelFormatter.php index 4db1646..d9bdecb 100644 --- a/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceLabelFormatter.php +++ b/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceLabelFormatter.php @@ -7,8 +7,6 @@ namespace Drupal\entity_reference\Plugin\field\formatter; -use Drupal\field\Annotation\FieldFormatter; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Field\FieldInterface; use Drupal\entity_reference\Plugin\field\formatter\EntityReferenceFormatterBase; diff --git a/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/widget/AutocompleteTagsWidget.php b/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/widget/AutocompleteTagsWidget.php index 6d46c2f..f3b8ccb 100644 --- a/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/widget/AutocompleteTagsWidget.php +++ b/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/widget/AutocompleteTagsWidget.php @@ -7,8 +7,6 @@ namespace Drupal\entity_reference\Plugin\field\widget; -use Drupal\field\Annotation\FieldWidget; -use Drupal\Core\Annotation\Translation; use Drupal\entity_reference\Plugin\field\widget\AutocompleteWidgetBase; /** diff --git a/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/widget/AutocompleteWidget.php b/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/widget/AutocompleteWidget.php index b5f9d6e..a6b18de 100644 --- a/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/widget/AutocompleteWidget.php +++ b/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/widget/AutocompleteWidget.php @@ -7,8 +7,6 @@ namespace Drupal\entity_reference\Plugin\field\widget; -use Drupal\field\Annotation\FieldWidget; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Field\FieldInterface; use Drupal\entity_reference\Plugin\field\widget\AutocompleteWidgetBase; diff --git a/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/widget/AutocompleteWidgetBase.php b/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/widget/AutocompleteWidgetBase.php index d69a99a..3ec31f6 100644 --- a/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/widget/AutocompleteWidgetBase.php +++ b/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/widget/AutocompleteWidgetBase.php @@ -7,8 +7,6 @@ namespace Drupal\entity_reference\Plugin\field\widget; -use Drupal\Component\Annotation\Plugin; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Field\FieldInterface; use Drupal\field\Plugin\Type\Widget\WidgetBase; use Symfony\Component\Validator\ConstraintViolationInterface; diff --git a/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidget.php b/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidget.php index 4cfb1a2..5c6aeeb 100644 --- a/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidget.php +++ b/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidget.php @@ -7,8 +7,6 @@ namespace Drupal\field_test\Plugin\field\widget; -use Drupal\field\Annotation\FieldWidget; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Field\FieldInterface; use Drupal\field\Plugin\Type\Widget\WidgetBase; use Symfony\Component\Validator\ConstraintViolationInterface; diff --git a/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidgetMultiple.php b/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidgetMultiple.php index a937290..5e131ad 100644 --- a/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidgetMultiple.php +++ b/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidgetMultiple.php @@ -7,9 +7,6 @@ namespace Drupal\field_test\Plugin\field\widget; - -use Drupal\field\Annotation\FieldWidget; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Field\FieldInterface; use Drupal\field\Plugin\Type\Widget\WidgetBase; use Symfony\Component\Validator\ConstraintViolationInterface; diff --git a/core/modules/image/lib/Drupal/image/Plugin/field/field_type/ImageItem.php b/core/modules/image/lib/Drupal/image/Plugin/field/field_type/ImageItem.php index a6d8972..b882b0a 100644 --- a/core/modules/image/lib/Drupal/image/Plugin/field/field_type/ImageItem.php +++ b/core/modules/image/lib/Drupal/image/Plugin/field/field_type/ImageItem.php @@ -7,8 +7,6 @@ namespace Drupal\image\Plugin\field\field_type; -use Drupal\Core\Annotation\Translation; -use Drupal\Core\Entity\Annotation\FieldType; use Drupal\field\FieldInterface; use Drupal\file\Plugin\field\field_type\FileItem; diff --git a/core/modules/image/lib/Drupal/image/Plugin/field/formatter/ImageFormatter.php b/core/modules/image/lib/Drupal/image/Plugin/field/formatter/ImageFormatter.php index f4cd169..d9ba558 100644 --- a/core/modules/image/lib/Drupal/image/Plugin/field/formatter/ImageFormatter.php +++ b/core/modules/image/lib/Drupal/image/Plugin/field/formatter/ImageFormatter.php @@ -7,8 +7,6 @@ namespace Drupal\image\Plugin\field\formatter; -use Drupal\field\Annotation\FieldFormatter; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Field\FieldInterface; /** diff --git a/core/modules/image/lib/Drupal/image/Plugin/field/widget/ImageWidget.php b/core/modules/image/lib/Drupal/image/Plugin/field/widget/ImageWidget.php index 99c1eca..4f81328 100644 --- a/core/modules/image/lib/Drupal/image/Plugin/field/widget/ImageWidget.php +++ b/core/modules/image/lib/Drupal/image/Plugin/field/widget/ImageWidget.php @@ -7,8 +7,6 @@ namespace Drupal\image\Plugin\field\widget; -use Drupal\field\Annotation\FieldWidget; -use Drupal\Core\Annotation\Translation; use Drupal\file\Plugin\field\widget\FileWidget; use Drupal\Core\Entity\Field\FieldInterface; diff --git a/core/modules/link/lib/Drupal/link/Plugin/field/field_type/LinkItem.php b/core/modules/link/lib/Drupal/link/Plugin/field/field_type/LinkItem.php index 1fd42df..3b23d94 100644 --- a/core/modules/link/lib/Drupal/link/Plugin/field/field_type/LinkItem.php +++ b/core/modules/link/lib/Drupal/link/Plugin/field/field_type/LinkItem.php @@ -7,8 +7,6 @@ namespace Drupal\link\Plugin\field\field_type; -use Drupal\Core\Entity\Annotation\FieldType; -use Drupal\Core\Annotation\Translation; use Drupal\field\Plugin\Type\FieldType\ConfigFieldItemBase; use Drupal\field\FieldInterface; diff --git a/core/modules/link/lib/Drupal/link/Plugin/field/formatter/LinkFormatter.php b/core/modules/link/lib/Drupal/link/Plugin/field/formatter/LinkFormatter.php index 59fe6bb..18dd807 100644 --- a/core/modules/link/lib/Drupal/link/Plugin/field/formatter/LinkFormatter.php +++ b/core/modules/link/lib/Drupal/link/Plugin/field/formatter/LinkFormatter.php @@ -7,8 +7,6 @@ namespace Drupal\link\Plugin\field\formatter; -use Drupal\field\Annotation\FieldFormatter; -use Drupal\Core\Annotation\Translation; use Drupal\Component\Utility\Url; use Drupal\Core\Entity\Field\FieldInterface; use Drupal\Core\Entity\Field\FieldItemInterface; diff --git a/core/modules/link/lib/Drupal/link/Plugin/field/formatter/LinkSeparateFormatter.php b/core/modules/link/lib/Drupal/link/Plugin/field/formatter/LinkSeparateFormatter.php index 59fc268..3503299 100644 --- a/core/modules/link/lib/Drupal/link/Plugin/field/formatter/LinkSeparateFormatter.php +++ b/core/modules/link/lib/Drupal/link/Plugin/field/formatter/LinkSeparateFormatter.php @@ -12,8 +12,6 @@ namespace Drupal\link\Plugin\field\formatter; -use Drupal\field\Annotation\FieldFormatter; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Field\FieldInterface; /** diff --git a/core/modules/number/lib/Drupal/number/Plugin/field/formatter/DefaultNumberFormatter.php b/core/modules/number/lib/Drupal/number/Plugin/field/formatter/DefaultNumberFormatter.php index 54a2bb0..1f363fa 100644 --- a/core/modules/number/lib/Drupal/number/Plugin/field/formatter/DefaultNumberFormatter.php +++ b/core/modules/number/lib/Drupal/number/Plugin/field/formatter/DefaultNumberFormatter.php @@ -7,8 +7,6 @@ namespace Drupal\number\Plugin\field\formatter; -use Drupal\field\Annotation\FieldFormatter; -use Drupal\Core\Annotation\Translation; use Drupal\field\Plugin\Type\Formatter\FormatterBase; use Drupal\Core\Entity\Field\FieldInterface; diff --git a/core/modules/number/lib/Drupal/number/Plugin/field/formatter/NumberDecimalFormatter.php b/core/modules/number/lib/Drupal/number/Plugin/field/formatter/NumberDecimalFormatter.php index 012d652..8cb6712 100644 --- a/core/modules/number/lib/Drupal/number/Plugin/field/formatter/NumberDecimalFormatter.php +++ b/core/modules/number/lib/Drupal/number/Plugin/field/formatter/NumberDecimalFormatter.php @@ -7,12 +7,7 @@ namespace Drupal\number\Plugin\field\formatter; -use Drupal\field\Annotation\FieldFormatter; -use Drupal\Core\Annotation\Translation; -use Drupal\field\Plugin\Type\Formatter\FormatterBase; use Drupal\number\Plugin\field\formatter\DefaultNumberFormatter; -use Drupal\Core\Entity\EntityInterface; -use Drupal\Core\Entity\Field\FieldInterface; /** * Plugin implementation of the 'number_decimal' formatter. diff --git a/core/modules/number/lib/Drupal/number/Plugin/field/widget/NumberWidget.php b/core/modules/number/lib/Drupal/number/Plugin/field/widget/NumberWidget.php index 4dc9d21..53c23cc 100644 --- a/core/modules/number/lib/Drupal/number/Plugin/field/widget/NumberWidget.php +++ b/core/modules/number/lib/Drupal/number/Plugin/field/widget/NumberWidget.php @@ -7,8 +7,6 @@ namespace Drupal\number\Plugin\field\widget; -use Drupal\field\Annotation\FieldWidget; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Field\FieldInterface; use Drupal\field\Plugin\Type\Widget\WidgetBase; use Symfony\Component\Validator\ConstraintViolationInterface; diff --git a/core/modules/options/lib/Drupal/options/Plugin/field/widget/ButtonsWidget.php b/core/modules/options/lib/Drupal/options/Plugin/field/widget/ButtonsWidget.php index 2077e9c..a29360c 100644 --- a/core/modules/options/lib/Drupal/options/Plugin/field/widget/ButtonsWidget.php +++ b/core/modules/options/lib/Drupal/options/Plugin/field/widget/ButtonsWidget.php @@ -7,8 +7,6 @@ namespace Drupal\options\Plugin\field\widget; -use Drupal\field\Annotation\FieldWidget; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Field\FieldInterface; /** diff --git a/core/modules/options/lib/Drupal/options/Plugin/field/widget/OnOffWidget.php b/core/modules/options/lib/Drupal/options/Plugin/field/widget/OnOffWidget.php index a7a94d9..2812631 100644 --- a/core/modules/options/lib/Drupal/options/Plugin/field/widget/OnOffWidget.php +++ b/core/modules/options/lib/Drupal/options/Plugin/field/widget/OnOffWidget.php @@ -7,8 +7,6 @@ namespace Drupal\options\Plugin\field\widget; -use Drupal\field\Annotation\FieldWidget; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Field\FieldInterface; /** diff --git a/core/modules/options/lib/Drupal/options/Plugin/field/widget/SelectWidget.php b/core/modules/options/lib/Drupal/options/Plugin/field/widget/SelectWidget.php index a7c64ea..82a0321 100644 --- a/core/modules/options/lib/Drupal/options/Plugin/field/widget/SelectWidget.php +++ b/core/modules/options/lib/Drupal/options/Plugin/field/widget/SelectWidget.php @@ -7,8 +7,6 @@ namespace Drupal\options\Plugin\field\widget; -use Drupal\field\Annotation\FieldWidget; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Field\FieldInterface; /** diff --git a/core/modules/picture/lib/Drupal/picture/Plugin/field/formatter/PictureFormatter.php b/core/modules/picture/lib/Drupal/picture/Plugin/field/formatter/PictureFormatter.php index e53f236..a2d4b54 100644 --- a/core/modules/picture/lib/Drupal/picture/Plugin/field/formatter/PictureFormatter.php +++ b/core/modules/picture/lib/Drupal/picture/Plugin/field/formatter/PictureFormatter.php @@ -7,8 +7,6 @@ namespace Drupal\picture\Plugin\field\formatter; -use Drupal\field\Annotation\FieldFormatter; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Field\FieldInterface; use Drupal\image\Plugin\field\formatter\ImageFormatterBase; diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/EntityReferenceTaxonomyTermRssFormatter.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/EntityReferenceTaxonomyTermRssFormatter.php index 005d6b6..6730cd2 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/EntityReferenceTaxonomyTermRssFormatter.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/EntityReferenceTaxonomyTermRssFormatter.php @@ -7,8 +7,6 @@ namespace Drupal\taxonomy\Plugin\field\formatter; -use Drupal\field\Annotation\FieldFormatter; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Field\FieldInterface; use Drupal\entity_reference\Plugin\field\formatter\EntityReferenceFormatterBase; diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/LinkFormatter.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/LinkFormatter.php index d72e089..2d0cdfe 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/LinkFormatter.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/LinkFormatter.php @@ -7,8 +7,6 @@ namespace Drupal\taxonomy\Plugin\field\formatter; -use Drupal\field\Annotation\FieldFormatter; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Field\FieldInterface; use Drupal\taxonomy\Plugin\field\formatter\TaxonomyFormatterBase; diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/PlainFormatter.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/PlainFormatter.php index 7facafc..dcdd4b4 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/PlainFormatter.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/PlainFormatter.php @@ -7,8 +7,6 @@ namespace Drupal\taxonomy\Plugin\field\formatter; -use Drupal\field\Annotation\FieldFormatter; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Field\FieldInterface; use Drupal\taxonomy\Plugin\field\formatter\TaxonomyFormatterBase; diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/RSSCategoryFormatter.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/RSSCategoryFormatter.php index ff6f321..1cc8544 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/RSSCategoryFormatter.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/RSSCategoryFormatter.php @@ -7,8 +7,6 @@ namespace Drupal\taxonomy\Plugin\field\formatter; -use Drupal\field\Annotation\FieldFormatter; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Field\FieldInterface; use Drupal\taxonomy\Plugin\field\formatter\TaxonomyFormatterBase; diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/TaxonomyFormatterBase.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/TaxonomyFormatterBase.php index 5cda29f..0ca7d37 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/TaxonomyFormatterBase.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/formatter/TaxonomyFormatterBase.php @@ -7,9 +7,6 @@ namespace Drupal\taxonomy\Plugin\field\formatter; -use Drupal\field\Annotation\FieldFormatter; -use Drupal\Core\Annotation\Translation; -use Drupal\Core\Entity\Field\FieldInterface; use Drupal\field\Plugin\Type\Formatter\FormatterBase; /** diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/widget/TaxonomyAutocompleteWidget.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/widget/TaxonomyAutocompleteWidget.php index df44efb..792aba6 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/widget/TaxonomyAutocompleteWidget.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/widget/TaxonomyAutocompleteWidget.php @@ -7,8 +7,6 @@ namespace Drupal\taxonomy\Plugin\field\widget; -use Drupal\field\Annotation\FieldWidget; -use Drupal\Core\Annotation\Translation; use Drupal\Core\Entity\Field\FieldInterface; use Drupal\field\Plugin\Type\Widget\WidgetBase;