Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / modules / entity_test / src / Entity / EntityTest.php
index f3ada1f6dfb808e0a86879181a1cdbbd17f4477e..9f8c5b052167c7d36c77d3219b254471987db833 100644 (file)
@@ -48,6 +48,9 @@ use Drupal\user\UserInterface;
  *   },
  *   field_ui_base_route = "entity.entity_test.admin_form",
  * )
+ *
+ * Note that this entity type annotation intentionally omits the "create" link
+ * template. See https://www.drupal.org/node/2293697.
  */
 class EntityTest extends ContentEntityBase implements EntityOwnerInterface {