Upgraded drupal core with security updates
[yaffs-website] / web / core / lib / Drupal / Core / Entity / ContentEntityTypeInterface.php
1 <?php
2
3 namespace Drupal\Core\Entity;
4
5 /**
6  * Provides an interface for a content entity type and its metadata.
7  */
8 interface ContentEntityTypeInterface extends EntityTypeInterface {
9 }