diff --git a/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/NodeType.php b/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/NodeType.php index e1b96a1..c2df1f3 100644 --- a/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/NodeType.php +++ b/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/NodeType.php @@ -8,13 +8,13 @@ namespace Drupal\node\Plugin\Core\Entity; use Drupal\Core\Config\Entity\ConfigEntityBase; -use Drupal\Component\Annotation\Plugin; +use Drupal\Core\Entity\Annotation\EntityType; use Drupal\Core\Annotation\Translation; /** * Defines the Node type configuration entity. * - * @Plugin( + * @EntityType( * id = "node_type", * label = @Translation("Content type"), * module = "node",