Skip to content
Snippets Groups Projects
Commit 5476dca3 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2226437 followup by tstoeckler: [wrong patch committed] Create ContentEntityTypeInterface.

parent fd85df77
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
namespace Drupal\Core\Entity;
/**
* Defines a config entity type annotation object.
* Provides an implementation of a content entity type and its metadata.
*/
class ContentEntityType extends EntityType implements ContentEntityTypeInterface {
......
......@@ -8,8 +8,7 @@
namespace Drupal\Core\Entity;
/**
* Provides an interface for a content entity type.
* Provides an interface for a content entity type and its metadata.
*/
interface ContentEntityTypeInterface {
interface ContentEntityTypeInterface extends EntityTypeInterface {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment