Skip to content
Snippets Groups Projects
Commit 381ab39d authored by catch's avatar catch
Browse files

Issue #2724407 by mpdonadio: NodePreviewForm unnecessarily explicitly...

Issue #2724407 by mpdonadio: NodePreviewForm unnecessarily explicitly implements ContainerInjectionInterface
parent ad7cb932
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@
namespace Drupal\node\Form;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\DependencyInjection\ContainerInjectionInterface;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Entity\EntityManagerInterface;
use Drupal\Core\Form\FormBase;
......@@ -14,7 +13,7 @@
/**
* Contains a form for switching the view mode of a node during preview.
*/
class NodePreviewForm extends FormBase implements ContainerInjectionInterface {
class NodePreviewForm extends FormBase {
/**
* The entity manager service.
......
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