类别

17 08月
Drupal 8 模块开发 6.2 : 加载实体
作者:蒲公英
0条评论
Drupal8模块开发
原文地址:https://docs.acquia.com/article/lesson-62-loading-entities    
17 08月
Drupal 8 模块开发 6.1 : 实体查询和加载
作者:蒲公英
0条评论
Drupal8模块开发
原文地址:https://docs.acquia.com/articles/drupal-8-entity-queries-and-loading-entities   本课将解释在 Drupal 8 中如何查询实体。  
17 08月
Drupal 8 模块开发 5.3 : 实验室和其他信息
作者:蒲公英
0条评论
Drupal8模块开发
原文地址:https://docs.acquia.com/articles/drupal-8-fields-lab-and-other-information  新字段类型 Drupal 8 附带的几个新模块扩展了默认的字段 API。
17 08月
Drupal 8 模块开发 5.2 : 导出配置
作者:蒲公英
0条评论
Drupal8模块开发
原文地址:https://docs.acquia.com/article/lesson-52-exporting-configurations  导出配置 有三种方法可以导出配置文件。
17 08月
Drupal 8 模块开发 5.1 : 实体字段
作者:蒲公英
0条评论
Drupal8模块开发
原文地址:https://docs.acquia.com/articles/drupal-8-fields-entities   此时,创建一个带字段的内容类型的最简单的方法是让 Drupal 写配置文件,之后选择这些配置文件在你的模块内直接使用它们。我们可以看下 Drupal 核心的 YML 文件: core/profiles/standard/config/install/field.storage.node.field_image.yml 可以看出完全通过手写 YML 文件生成实体字段太繁琐、乏味且很具挑战性。