Skip to content
Snippets Groups Projects
Commit 99cbca92 authored by Alex Pott's avatar Alex Pott Committed by Dimitris Bozelos
Browse files

Issue #3466777 Removed declaration of PurgeType as a bundle config entity

parent 3ba7632a
No related branches found
No related tags found
1 merge request!1The entity_purge_type config entities do not provide bundles for any other entity type
......@@ -5,7 +5,7 @@ declare(strict_types=1);
namespace Drupal\entity_purge\Entity;
use Drupal\entity_purge\Configurator\PluginInterface;
use Drupal\Core\Config\Entity\ConfigEntityBundleBase;
use Drupal\Core\Config\Entity\ConfigEntityBase;
/**
* The default implementation of the Purge Type configuration entity.
......@@ -30,8 +30,7 @@ use Drupal\Core\Config\Entity\ConfigEntityBundleBase;
* entity_keys = {
* "id" = "id",
* "label" = "label",
* "uuid" = "uuid",
* "bundle" = "plugin_id",
* "uuid" = "uuid"
* },
* config_export = {
* "id",
......@@ -43,7 +42,7 @@ use Drupal\Core\Config\Entity\ConfigEntityBundleBase;
* },
* )
*/
class PurgeType extends ConfigEntityBundleBase implements
class PurgeType extends ConfigEntityBase implements
PurgeTypeInterface {
/**
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment