field.storage.node.body.yml
Same filename in other branches
- 9 core/modules/node/config/install/field.storage.node.body.yml
- 10 core/modules/node/config/install/field.storage.node.body.yml
- 11.x core/modules/node/config/install/field.storage.node.body.yml
- 11.x core/tests/fixtures/config_install/testing_config_install/field.storage.node.body.yml
- 11.x core/tests/fixtures/config_install/multilingual/field.storage.node.body.yml
5 string references to 'field.storage.node.body'
- StorageComparerTest::getConfigData in core/
tests/ Drupal/ Tests/ Core/ Config/ StorageComparerTest.php - StorageComparerTest::testCreateChangelistCreate in core/
tests/ Drupal/ Tests/ Core/ Config/ StorageComparerTest.php - @covers ::createChangelist
- StorageComparerTest::testCreateChangelistDelete in core/
tests/ Drupal/ Tests/ Core/ Config/ StorageComparerTest.php - @covers ::createChangelist
- StorageComparerTest::testCreateChangelistUpdate in core/
tests/ Drupal/ Tests/ Core/ Config/ StorageComparerTest.php - @covers ::createChangelist
- ViewEntityDependenciesTest::testGetDependencies in core/
modules/ views/ tests/ src/ Kernel/ Entity/ ViewEntityDependenciesTest.php - Tests the getDependencies method.
File
-
core/
modules/ node/ config/ install/ field.storage.node.body.yml
View source
- langcode: en
- status: true
- dependencies:
- module:
- - node
- - text
- id: node.body
- field_name: body
- entity_type: node
- type: text_with_summary
- settings: { }
- module: text
- locked: false
- cardinality: 1
- translatable: true
- indexes: { }
- persist_with_no_fields: true
- custom_storage: false
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.