Message 1 of 7
Get fields outside of node core

Not applicable
06-28-2018
05:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
You can access a string field called 'Foo' inside the 'core' container of a node by doing
node.fields().getString('Foo')
But what about the node's fields that are outside of the core? Some are exposed through the API (like how you can get the Parent field by doing getParent()) but not all are. Is there some trick to it?
Thanks!