Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doctrine] Add completion for "Embeddables" of 2.5 #471

Open
Haehnchen opened this issue Apr 4, 2015 · 2 comments
Open

[Doctrine] Add completion for "Embeddables" of 2.5 #471

Haehnchen opened this issue Apr 4, 2015 · 2 comments

Comments

@Haehnchen
Copy link
Owner

/** @Embedded(class = "Money") */
User:
  type: entity
  embedded:
    address:
      class: Address

Address:
  type: embeddable
  fields:
    street: { type: string }
    postalCode: { type: string }
    city: { type: string }
    country: { type: string }

http://docs.doctrine-project.org/en/latest/tutorials/embeddables.html

@dewos
Copy link

dewos commented Jun 9, 2016

+1

@Koc
Copy link
Contributor

Koc commented May 7, 2017

looks like fixed, does something not complete? Maybe autocomplete in query builder?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants