原文地址: https://www.drupal.org/node/2143503
原文版本: June 26, 2014.
(原文未成)
(Stub)
Content entities examples
node comment user原文地址: https://www.drupal.org/node/2143501
原文版本: May 9, 2014.
Configuration entities using the new entity API in Drupal 8 in order to keep configuration into the DB. The difference between the config entities to content entites:
原文地址: https://www.drupal.org/node/2143499
原文未成
原文地址: https://www.drupal.org/node/2124403
原文版本: May 28, 2014.
This covers the generic entity API, configuration entity and content entity specific API's will be covered in specific chapters. TODO: Link once created.
原文链接:https://www.drupal.org/node/2203931
依赖于Drupal服务或者自定义服务的表单应该通过依赖注入来访问该服务。
原文地址:https://www.drupal.org/node/2026959
服务容器具有多个优点,因为每个服务都可以通过一个字符串键来访问/实例化,并且拥有一个已定义的接口,它可以用其他实现来替换。如果需要修改一个已有的服务,只需要实现一个ServiceProviderBase的子类并且编写alter()方法。
问题:我要获取commSubject下的comment_body中的value,php代码如何写?
php代码如何一句实现得到comment_body中的value?
回答:
原文链接: Why Plugins?
插件有点像PHP原生接口外加一点扩展:插件系统能够(通过神奇的命名空间)发现每一个接口的实现类,(默认情况下使用注解来)处理元数据并为那些插件类提供工厂。
原文链接:https://www.drupal.org/node/1973218
JavaScript的辅助工具这些工具在Drupal 8里正积极发展着,本文档内容可能过时。
原文链接:https://www.drupal.org/developing/api/8/menu
Drupal8与 Drupal7的菜单系统的对比
- Drupal 6 - > 8迁移的已知问题
下面列出的各种项目,可能需要特别注意当从Drupal 6迁移到Drupal 8。 节点类型 默认配置在D6在Drupal创建story和page内容类型但drupal8默认类型是article和basic page(有机器名为“页面”就像在D6)。 迁移将重现story类型但重用page类型。 从D6迁移的开发人员可能希望删除文章类型。