field.storage.node.body.yml
Same filename in this branch
Same filename in other branches
8 string references to 'field.storage.node.body'
- AddToAllBundlesConfigActionTest::testFailIfExists in core/
modules/ field/ tests/ src/ Kernel/ AddToAllBundlesConfigActionTest.php - Tests that the action can be set to fail if the field already exists.
- AddToAllBundlesConfigActionTest::testIgnoreExistingFields in core/
modules/ field/ tests/ src/ Kernel/ AddToAllBundlesConfigActionTest.php - Tests that the action will ignore existing fields by default.
- AddToAllBundlesConfigActionTest::testInstantiateNewFieldOnAllBundles in core/
modules/ field/ tests/ src/ Kernel/ AddToAllBundlesConfigActionTest.php - Tests instantiating a field on all bundles of an entity type.
- StorageComparerTest::getConfigData in core/
tests/ Drupal/ Tests/ Core/ Config/ StorageComparerTest.php - StorageComparerTest::testCreateChangelistCreate in core/
tests/ Drupal/ Tests/ Core/ Config/ StorageComparerTest.php - @covers ::createChangelist
File
-
core/
tests/ fixtures/ config_install/ multilingual/ field.storage.node.body.yml
View source
- uuid: 38e2675c-36a7-47b9-9ef6-11773d2c9684
- langcode: en
- status: true
- dependencies:
- module:
- - node
- - text
- _core:
- default_config_hash: EBUo7qOWqaiZaQ_RC9sLY5IoDKphS34v77VIHSACmVY
- 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.