Important

We are updating the images for OroCommerce version 6.1 to align with the latest changes in the back-office design. During this transition, some images may still show older versions. Thank you for your patience as we work to update all visuals to reflect these changes.

Entity Structure Data Provider 

Namespace: Oro\Bundle\EntityBundle\Provider\EntityStructureDataProvider

It provides data of all configurable entities. Collects the following data (see Oro\Bundle\EntityBundle\Model\EntityStructure):

  • Entity aliases

  • Entity labels (translated)

  • Entity fields (see Oro\Bundle\EntityBundle\Model\EntityFieldStructure)

  • Entity options (for example, auditable)

  • Entity routes.

For every field, the following information is provided:

  • name

  • type

  • label (translated)

  • type of relation (oneToMany, manyToMany and so on)

  • options (for example [configurable: true, auditable: false]).

This data can be returned by API.

This data can be extended or modified using an event (see Entity Structure Options Event).