Skip to content
Snippets Groups Projects
Commit b412ae1a authored by Tim Plunkett's avatar Tim Plunkett
Browse files

ConfigEntity was moved to a Core component.

parent cf2e645c
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -7,7 +7,7 @@
namespace Drupal\views;
use Drupal\config\ConfigEntityBase;
use Drupal\Core\Config\Entity\ConfigEntityBase;
/**
* Defines a ViewStorage configuration entity class.
......
......@@ -7,7 +7,7 @@
namespace Drupal\views;
use Drupal\config\ConfigStorageController;
use Drupal\Core\Config\Entity\ConfigStorageController;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Component\Uuid\Uuid;
......
......@@ -7,7 +7,7 @@
namespace Drupal\views;
use Drupal\config\ConfigEntityInterface;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Defines an interface for View storage classes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment