diff --git a/core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php b/core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php index 5544eec..80fbf61 100644 --- a/core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php +++ b/core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php @@ -9,10 +9,6 @@ /** * A storage that supports entity types with field definitions. - * - * A storage that implements this interface can react to the entity type's field - * definitions changing, due to modules being installed or uninstalled, or via - * field UI, or via code changes to the entity class. */ interface FieldableEntityStorageInterface extends EntityStorageInterface {