Introduction
Fetch the system-wide entity types that classify your pages, forms, blocks, and products.
getAllTypes
Getting all types.
The 'GeneralTypes' module is used to manage and retrieve general types within the system. Using defineOneEntry, you can create a GeneralTypes object and call getAllTypes to retrieve all GeneralTypeEntity objects from the API. Each entity includes an ID and type, covering purposes such as page layouts, forms, product blocks, and more.
Fetch the system-wide entity types that classify your pages, forms, blocks, and products.
Getting all types.