mjordan / islandora_whole_object

Renders various representations (JSON-LD, etc.) of an Islandora object.
GNU General Public License v2.0
3 stars 3 forks source link

Get node uuid direct instead of via jsonld? #13

Closed kayakr closed 4 years ago

kayakr commented 4 years ago

https://github.com/mjordan/islandora_whole_object/blob/master/src/Plugin/Block/IslandoraWholeObjectFedoraBlock.php#L36 obtains node uuid by fetching json, but $node->uuid(); could work here?