Skip to content
Snippets Groups Projects
Commit 22d62194 authored by Jess's avatar Jess
Browse files

Issue #2851574 by tim.plunkett, mpdonadio: DependentPluginDefinitionInterface...

Issue #2851574 by tim.plunkett, mpdonadio: DependentPluginDefinitionInterface and DependentPluginDefinitionTrait should be in Drupal\Core not Drupal\Component
parent 509ab4c3
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,11 @@
namespace Drupal\Core\Layout;
use Drupal\Component\Plugin\Definition\DependentPluginDefinitionInterface;
use Drupal\Component\Plugin\Definition\DependentPluginDefinitionTrait;
use Drupal\Component\Plugin\Definition\DerivablePluginDefinitionInterface;
use Drupal\Component\Plugin\Definition\PluginDefinitionInterface;
use Drupal\Component\Plugin\Definition\PluginDefinition;
use Drupal\Core\Plugin\Definition\DependentPluginDefinitionInterface;
use Drupal\Core\Plugin\Definition\DependentPluginDefinitionTrait;
/**
* Provides an implementation of a layout definition and its metadata.
......
<?php
namespace Drupal\Component\Plugin\Definition;
namespace Drupal\Core\Plugin\Definition;
/**
* Provides an interface for a plugin definition that has dependencies.
......
<?php
namespace Drupal\Component\Plugin\Definition;
namespace Drupal\Core\Plugin\Definition;
/**
* Provides a trait for a plugin definition that has dependencies.
......
......@@ -2,11 +2,11 @@
namespace Drupal\Core\Plugin;
use Drupal\Component\Plugin\Definition\DependentPluginDefinitionInterface;
use Drupal\Component\Plugin\Definition\PluginDefinitionInterface;
use Drupal\Component\Plugin\DependentPluginInterface;
use Drupal\Component\Plugin\PluginInspectionInterface;
use Drupal\Core\Entity\DependencyTrait;
use Drupal\Core\Plugin\Definition\DependentPluginDefinitionInterface;
/**
* Provides a trait for calculating the dependencies of a plugin.
......
......@@ -2,10 +2,10 @@
namespace Drupal\Tests\Core\Plugin;
use Drupal\Component\Plugin\Definition\DependentPluginDefinitionInterface;
use Drupal\Component\Plugin\Definition\PluginDefinitionInterface;
use Drupal\Component\Plugin\DependentPluginInterface;
use Drupal\Component\Plugin\PluginInspectionInterface;
use Drupal\Core\Plugin\Definition\DependentPluginDefinitionInterface;
use Drupal\Core\Plugin\PluginDependencyTrait;
use Drupal\Tests\UnitTestCase;
use Prophecy\Prophecy\ProphecyInterface;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment