Scroll
Drupal 8 Create custom entity type
Drupal 8 Create custom entity type
Drupal 8 Create custom entity type
1 answer
votes: 1364
Answer
Generate custom entity using Drupal Console. For this example, we are creating a content entity type. Configuration entity type can be created using drupal generate:entity:config
$ drupal generate:entity:content
Drupal 8 API documentation:
https://www.drupal.org/docs/8/api/entity-api/creating-a-custom-content-entity