diff --git a/core/lib/Drupal/Core/Datetime/Entity/DateFormat.php b/core/lib/Drupal/Core/Datetime/Entity/DateFormat.php index bdff7a5..c9361d6 100644 --- a/core/lib/Drupal/Core/Datetime/Entity/DateFormat.php +++ b/core/lib/Drupal/Core/Datetime/Entity/DateFormat.php @@ -16,7 +16,7 @@ * * @ConfigEntityType( * id = "date_format", - * interface = "Drupal\system\DateFormatInterface", + * interface = "Drupal\Core\Datetime\DateFormatInterface", * label = @Translation("Date format"), * handlers = { * "access" = "Drupal\system\DateFormatAccessControlHandler", diff --git a/core/lib/Drupal/Core/Entity/Entity/EntityFormMode.php b/core/lib/Drupal/Core/Entity/Entity/EntityFormMode.php index e3db7e6..66936a1 100644 --- a/core/lib/Drupal/Core/Entity/Entity/EntityFormMode.php +++ b/core/lib/Drupal/Core/Entity/Entity/EntityFormMode.php @@ -29,7 +29,7 @@ * * @ConfigEntityType( * id = "entity_form_mode", - * interface = "Drupal\entity\EntityFormModeInterface", + * interface = "Drupal\Core\Entity\EntityFormModeInterface", * label = @Translation("Form mode"), * entity_keys = { * "id" = "id", diff --git a/core/lib/Drupal/Core/Entity/Entity/EntityViewMode.php b/core/lib/Drupal/Core/Entity/Entity/EntityViewMode.php index f7a626a..373ae89 100644 --- a/core/lib/Drupal/Core/Entity/Entity/EntityViewMode.php +++ b/core/lib/Drupal/Core/Entity/Entity/EntityViewMode.php @@ -31,7 +31,7 @@ * * @ConfigEntityType( * id = "entity_view_mode", - * interface = "Drupal\entity\EntityViewModeInterface", + * interface = "Drupal\Core\Entity\EntityViewModeInterface", * label = @Translation("View mode"), * entity_keys = { * "id" = "id", diff --git a/core/modules/menu_link_content/src/Entity/MenuLinkContent.php b/core/modules/menu_link_content/src/Entity/MenuLinkContent.php index f2f31ac..00660d9 100644 --- a/core/modules/menu_link_content/src/Entity/MenuLinkContent.php +++ b/core/modules/menu_link_content/src/Entity/MenuLinkContent.php @@ -19,7 +19,7 @@ * * @ContentEntityType( * id = "menu_link_content", - * interface = "Drupal\menu_link_content\Entity\MenuLinkContentInterface", + * interface = "Drupal\menu_link_content\MenuLinkContentInterface", * label = @Translation("Custom menu link"), * handlers = { * "storage" = "Drupal\Core\Entity\Sql\SqlContentEntityStorage", diff --git a/core/modules/node/src/Entity/Node.php b/core/modules/node/src/Entity/Node.php index 965c439..d668761 100644 --- a/core/modules/node/src/Entity/Node.php +++ b/core/modules/node/src/Entity/Node.php @@ -21,7 +21,7 @@ * * @ContentEntityType( * id = "node", - * interface = "Drupal\Node\NodeInterface", + * interface = "Drupal\node\NodeInterface", * label = @Translation("Content"), * bundle_label = @Translation("Content type"), * handlers = {