amansrivastava/d9-dev

#11 ­- Creating a Custom D8 Content Entity Type

Closed this issue · 0 comments

Objective

At the end of this course, you will be able to

create a content entity type with administration management pages

Exercise

Create a custom content entity type called “Contact” with the following fields:

  • Name
  • Email Address
  • Telephone
  • Address
    Build / Provide a minimal CRUD management page to manage the custom contact entities
    Explore why would you even want to define a custom entity type vs using a Content Type