We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db03e8 commit 0f28ed5Copy full SHA for 0f28ed5
tests/functional/Generator/Entity/_content_entity/_yes/src/Entity/FooExample.php
@@ -6,13 +6,13 @@
6
7
use Drupal\Core\Entity\Attribute\ContentEntityType;
8
use Drupal\Core\Entity\ContentEntityDeleteForm;
9
+use Drupal\Core\Entity\EditorialContentEntityBase;
10
use Drupal\Core\Entity\EntityChangedTrait;
11
use Drupal\Core\Entity\EntityStorageInterface;
12
use Drupal\Core\Entity\EntityTypeInterface;
13
use Drupal\Core\Entity\Form\DeleteMultipleForm;
14
use Drupal\Core\Entity\Form\RevisionDeleteForm;
15
use Drupal\Core\Entity\Form\RevisionRevertForm;
-use Drupal\Core\Entity\EditorialContentEntityBase;
16
use Drupal\Core\Entity\Routing\AdminHtmlRouteProvider;
17
use Drupal\Core\Entity\Routing\RevisionHtmlRouteProvider;
18
use Drupal\Core\Field\BaseFieldDefinition;
0 commit comments