rdf.mapping.comment.comment.yml
Same filename in other branches
File
-
core/
profiles/ standard/ config/ install/ rdf.mapping.comment.comment.yml
View source
- langcode: en
- status: true
- dependencies:
- config:
- - comment.type.comment
- module:
- - comment
- id: comment.comment
- targetEntityType: comment
- bundle: comment
- types:
- - 'schema:Comment'
- fieldMappings:
- subject:
- properties:
- - 'schema:name'
- created:
- properties:
- - 'schema:dateCreated'
- datatype_callback:
- callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
- changed:
- properties:
- - 'schema:dateModified'
- datatype_callback:
- callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
- comment_body:
- properties:
- - 'schema:text'
- uid:
- properties:
- - 'schema:author'
- mapping_type: rel
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.