field.field.node.config_mapping_test.comment_config_mapping_test.yml
Same filename in other branches
2 string references to 'field.field.node.config_mapping_test.comment_config_mapping_test'
- MappingTest::providerMappingInterpretation in core/
tests/ Drupal/ KernelTests/ Config/ Schema/ MappingTest.php - Provides test cases for all kinds of i) dynamic typing, ii) optional keys.
- MappingTest::testMappingInterpretation in core/
tests/ Drupal/ KernelTests/ Config/ Schema/ MappingTest.php - @dataProvider providerMappingInterpretation
File
-
core/
modules/ system/ tests/ modules/ config_mapping_test/ config/ optional/ field.field.node.config_mapping_test.comment_config_mapping_test.yml
View source
- langcode: en
- status: true
- dependencies:
- config:
- - field.storage.node.comment_config_mapping_test
- - node.type.config_mapping_test
- module:
- - comment
- id: node.config_mapping_test.comment_config_mapping_test
- field_name: comment_config_mapping_test
- entity_type: node
- bundle: config_mapping_test
- label: Comments
- description: ''
- required: true
- translatable: true
- default_value:
- -
- status: 2
- cid: 0
- last_comment_timestamp: 0
- last_comment_name: null
- last_comment_uid: 0
- comment_count: 0
- default_value_callback: ''
- settings:
- default_mode: 0
- per_page: 50
- anonymous: 0
- form_location: true
- preview: 1
- field_type: comment
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.