Issue follow-up by andypost: Remaining clean-up from renames.

8.0.x
webchick 2013-09-28 15:45:06 +02:00
parent 510c81a9c5
commit 429eaaa456
2 changed files with 1 additions and 4 deletions
core/modules/comment/lib/Drupal/comment/Plugin/field

View File

@ -14,9 +14,7 @@ use Drupal\Core\Session\AccountInterface;
use Drupal\field\Annotation\FieldFormatter;
use Drupal\Core\Annotation\Translation;
use Drupal\Core\Entity\Field\FieldDefinitionInterface;
use Drupal\Core\Entity\Field\FieldInterface;
use Drupal\field\Plugin\Type\Formatter\FormatterBase;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

View File

@ -8,9 +8,8 @@
namespace Drupal\comment\Plugin\field\widget;
use Drupal\Core\Entity\Field\FieldItemListInterface;
use Drupal\field\Annotation\FieldWidget;
use Drupal\Core\Annotation\Translation;
use Drupal\Core\Entity\Field\FieldInterface;
use Drupal\field\Annotation\FieldWidget;
use Drupal\field\Plugin\Type\Widget\WidgetBase;
/**