diff --git a/core/lib/Drupal/Core/Action/ActionBase.php b/core/lib/Drupal/Core/Action/ActionBase.php index 11f2042..136fbb7 100644 --- a/core/lib/Drupal/Core/Action/ActionBase.php +++ b/core/lib/Drupal/Core/Action/ActionBase.php @@ -7,7 +7,7 @@ namespace Drupal\Core\Action; -use Drupal\Component\Plugin\PluginBase; +use Drupal\Core\Plugin\PluginBase; use Drupal\Core\Action\ActionInterface; /** diff --git a/core/lib/Drupal/Core/Menu/LocalActionBase.php b/core/lib/Drupal/Core/Menu/LocalActionBase.php index e1eba91..c99fd78 100644 --- a/core/lib/Drupal/Core/Menu/LocalActionBase.php +++ b/core/lib/Drupal/Core/Menu/LocalActionBase.php @@ -7,9 +7,9 @@ namespace Drupal\Core\Menu; -use Drupal\Component\Plugin\PluginBase; use Drupal\Core\Menu\LocalActionInterface; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; +use Drupal\Core\Plugin\PluginBase; use Drupal\Core\StringTranslation\Translator\TranslatorInterface; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\Routing\Generator\UrlGeneratorInterface; diff --git a/core/lib/Drupal/Core/Menu/LocalTaskDefault.php b/core/lib/Drupal/Core/Menu/LocalTaskDefault.php index 5021e90..766b600 100644 --- a/core/lib/Drupal/Core/Menu/LocalTaskDefault.php +++ b/core/lib/Drupal/Core/Menu/LocalTaskDefault.php @@ -7,8 +7,8 @@ namespace Drupal\Core\Menu; -use Drupal\Component\Plugin\PluginBase; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; +use Drupal\Core\Plugin\PluginBase; use Drupal\Core\StringTranslation\TranslationInterface; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\Routing\Generator\UrlGeneratorInterface; diff --git a/core/modules/aggregator/lib/Drupal/aggregator/Plugin/AggregatorPluginSettingsBase.php b/core/modules/aggregator/lib/Drupal/aggregator/Plugin/AggregatorPluginSettingsBase.php index 678cfaf..9ca7c79 100644 --- a/core/modules/aggregator/lib/Drupal/aggregator/Plugin/AggregatorPluginSettingsBase.php +++ b/core/modules/aggregator/lib/Drupal/aggregator/Plugin/AggregatorPluginSettingsBase.php @@ -8,7 +8,7 @@ namespace Drupal\aggregator\Plugin; use Drupal\Component\Plugin\ConfigurablePluginInterface; -use Drupal\Component\Plugin\PluginBase; +use Drupal\Core\Plugin\PluginBase; use Drupal\Core\Plugin\PluginFormInterface; /** diff --git a/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginBase.php b/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginBase.php index 05e6b0d..1539db5 100644 --- a/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginBase.php +++ b/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginBase.php @@ -7,7 +7,7 @@ namespace Drupal\ckeditor; -use Drupal\Component\Plugin\PluginBase; +use Drupal\Core\Plugin\PluginBase; use Drupal\editor\Entity\Editor; /** diff --git a/core/modules/edit/lib/Drupal/edit/EditorBase.php b/core/modules/edit/lib/Drupal/edit/EditorBase.php index 10b2f02..c10435d 100644 --- a/core/modules/edit/lib/Drupal/edit/EditorBase.php +++ b/core/modules/edit/lib/Drupal/edit/EditorBase.php @@ -7,7 +7,7 @@ namespace Drupal\edit; -use Drupal\Component\Plugin\PluginBase; +use Drupal\Core\Plugin\PluginBase; use Drupal\edit\EditPluginInterface; use Drupal\Core\Entity\Field\FieldDefinitionInterface; diff --git a/core/modules/editor/lib/Drupal/editor/Plugin/EditorBase.php b/core/modules/editor/lib/Drupal/editor/Plugin/EditorBase.php index eabb3e1..4301d34 100644 --- a/core/modules/editor/lib/Drupal/editor/Plugin/EditorBase.php +++ b/core/modules/editor/lib/Drupal/editor/Plugin/EditorBase.php @@ -7,7 +7,7 @@ namespace Drupal\editor\Plugin; -use Drupal\Component\Plugin\PluginBase; +use Drupal\Core\Plugin\PluginBase; use Drupal\editor\Entity\Editor; use Drupal\editor\Plugin\EditorPluginInterface; diff --git a/core/modules/field/lib/Drupal/field/Plugin/PluginSettingsBase.php b/core/modules/field/lib/Drupal/field/Plugin/PluginSettingsBase.php index 06f72e9..345e701 100644 --- a/core/modules/field/lib/Drupal/field/Plugin/PluginSettingsBase.php +++ b/core/modules/field/lib/Drupal/field/Plugin/PluginSettingsBase.php @@ -7,7 +7,7 @@ namespace Drupal\field\Plugin; -use Drupal\Component\Plugin\PluginBase; +use Drupal\Core\Plugin\PluginBase; use Drupal\field\Plugin\PluginSettingsInterface; /** diff --git a/core/modules/filter/lib/Drupal/filter/Plugin/FilterBase.php b/core/modules/filter/lib/Drupal/filter/Plugin/FilterBase.php index dede3d3..6717ecd 100644 --- a/core/modules/filter/lib/Drupal/filter/Plugin/FilterBase.php +++ b/core/modules/filter/lib/Drupal/filter/Plugin/FilterBase.php @@ -7,7 +7,7 @@ namespace Drupal\filter\Plugin; -use Drupal\Component\Plugin\PluginBase; +use Drupal\Core\Plugin\PluginBase; /** * Provides a base class for Filter plugins. diff --git a/core/modules/image/lib/Drupal/image/ImageEffectBase.php b/core/modules/image/lib/Drupal/image/ImageEffectBase.php index 546a53f..e915206 100644 --- a/core/modules/image/lib/Drupal/image/ImageEffectBase.php +++ b/core/modules/image/lib/Drupal/image/ImageEffectBase.php @@ -7,7 +7,7 @@ namespace Drupal\image; -use Drupal\Component\Plugin\PluginBase; +use Drupal\Core\Plugin\PluginBase; /** * Provides a base class for image effects. diff --git a/core/modules/rest/lib/Drupal/rest/Plugin/ResourceBase.php b/core/modules/rest/lib/Drupal/rest/Plugin/ResourceBase.php index 3c1e9f9..413cd8d 100644 --- a/core/modules/rest/lib/Drupal/rest/Plugin/ResourceBase.php +++ b/core/modules/rest/lib/Drupal/rest/Plugin/ResourceBase.php @@ -7,8 +7,8 @@ namespace Drupal\rest\Plugin; -use Drupal\Component\Plugin\PluginBase; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; +use Drupal\Core\Plugin\PluginBase; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\Routing\Route; use Symfony\Component\Routing\RouteCollection; diff --git a/core/modules/search/lib/Drupal/search/Plugin/SearchPluginBase.php b/core/modules/search/lib/Drupal/search/Plugin/SearchPluginBase.php index 3b2b162..5a42d9d 100644 --- a/core/modules/search/lib/Drupal/search/Plugin/SearchPluginBase.php +++ b/core/modules/search/lib/Drupal/search/Plugin/SearchPluginBase.php @@ -7,7 +7,7 @@ namespace Drupal\search\Plugin; -use Drupal\Component\Plugin\PluginBase; +use Drupal\Core\Plugin\PluginBase; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; /** diff --git a/core/modules/system/lib/Drupal/system/Plugin/ImageToolkit/GDToolkit.php b/core/modules/system/lib/Drupal/system/Plugin/ImageToolkit/GDToolkit.php index 3219edb..486afa1 100644 --- a/core/modules/system/lib/Drupal/system/Plugin/ImageToolkit/GDToolkit.php +++ b/core/modules/system/lib/Drupal/system/Plugin/ImageToolkit/GDToolkit.php @@ -7,7 +7,7 @@ namespace Drupal\system\Plugin\ImageToolkit; -use Drupal\Component\Plugin\PluginBase; +use Drupal\Core\Plugin\PluginBase; use Drupal\system\Annotation\ImageToolkit; use Drupal\Core\Annotation\Translation; use Drupal\Core\Image\ImageInterface; diff --git a/core/modules/system/tests/modules/image_test/lib/Drupal/image_test/Plugin/ImageToolkit/TestToolkit.php b/core/modules/system/tests/modules/image_test/lib/Drupal/image_test/Plugin/ImageToolkit/TestToolkit.php index eede36a..d8ae884 100644 --- a/core/modules/system/tests/modules/image_test/lib/Drupal/image_test/Plugin/ImageToolkit/TestToolkit.php +++ b/core/modules/system/tests/modules/image_test/lib/Drupal/image_test/Plugin/ImageToolkit/TestToolkit.php @@ -7,7 +7,7 @@ namespace Drupal\image_test\Plugin\ImageToolkit; -use Drupal\Component\Plugin\PluginBase; +use Drupal\Core\Plugin\PluginBase; use Drupal\system\Annotation\ImageToolkit; use Drupal\Core\Annotation\Translation; use Drupal\Core\Image\ImageInterface; diff --git a/core/modules/tour/lib/Drupal/tour/TipPluginBase.php b/core/modules/tour/lib/Drupal/tour/TipPluginBase.php index a77e3f5..a35f931 100644 --- a/core/modules/tour/lib/Drupal/tour/TipPluginBase.php +++ b/core/modules/tour/lib/Drupal/tour/TipPluginBase.php @@ -7,7 +7,7 @@ namespace Drupal\tour; -use Drupal\Component\Plugin\PluginBase; +use Drupal\Core\Plugin\PluginBase; use Drupal\tour\TipPluginInterface; /** diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/PluginBase.php b/core/modules/views/lib/Drupal/views/Plugin/views/PluginBase.php index a626c3b..a261315 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/PluginBase.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/PluginBase.php @@ -7,8 +7,8 @@ namespace Drupal\views\Plugin\views; -use Drupal\Component\Plugin\PluginBase as ComponentPluginBase; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; +use Drupal\Core\Plugin\PluginBase as ComponentPluginBase; use Drupal\views\Plugin\views\display\DisplayPluginBase; use Drupal\views\ViewExecutable; use Symfony\Component\DependencyInjection\ContainerInterface; diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/join/JoinPluginBase.php b/core/modules/views/lib/Drupal/views/Plugin/views/join/JoinPluginBase.php index f97d08e..ca8d3fe 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/join/JoinPluginBase.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/join/JoinPluginBase.php @@ -7,7 +7,7 @@ namespace Drupal\views\Plugin\views\join; -use Drupal\Component\Plugin\PluginBase; +use Drupal\Core\Plugin\PluginBase; /** * @defgroup views_join_handlers Views join handlers