文件名称:jsonapi_embed:将实体嵌入JSONAPI响应的Drupal 8模块
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-05 03:20:31
PHP
jsonapi_embed Drupal模块允许将通过“实体引用”字段引用的实体嵌入到JSONAPI REST响应中的父实体中。 配置 导航到任何实体引用(或派生)字段设置页面。 选中Render entity in JSON API as embedded复选框,以更改JSON API行为。 要验证更改,请导航至JSON API提要(例如/jsonapi/node/article ),发现字段(例如field_tags )现在显示在attributes而不是relationship属性中。
【文件预览】:
jsonapi_embed-8.x-1.x
----jsonapi_embed.info.yml(195B)
----src()
--------Normalizer()
--------JsonapiEmbedServiceProvider.php(649B)
----jsonapi_embed.services.yml(473B)
----.circleci()
--------config.yml(2KB)
----config()
--------schema()
----README.md(739B)
----jsonapi_embed.module(2KB)
----.editorconfig(39B)
----composer.json(944B)