You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.
The idea is to have entities to provide relationships for free. So if you have an entity reference field called Related, you can type $typed->getRelated() and get the typed entity for the entity pointed by Related. Without having to implement that yourself.
The idea is to have entities to provide relationships for free. So if you have an entity reference field called
Related
, you can type$typed->getRelated()
and get the typed entity for the entity pointed byRelated
. Without having to implement that yourself.Types of relationship fields:
@deviantintegral, @davereid is this stepping over the line and doing too much?
The text was updated successfully, but these errors were encountered: