field.storage.node.body.yml

Same filename in this branch
  1. 11.x core/modules/node/config/install/field.storage.node.body.yml
  2. 11.x core/tests/fixtures/config_install/multilingual/field.storage.node.body.yml
Same filename in other branches
  1. 9 core/modules/node/config/install/field.storage.node.body.yml
  2. 8.9.x core/modules/node/config/install/field.storage.node.body.yml
  3. 10 core/modules/node/config/install/field.storage.node.body.yml
core/tests/fixtures/config_install/testing_config_install/field.storage.node.body.yml
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

... See full list

File

core/tests/fixtures/config_install/testing_config_install/field.storage.node.body.yml

View source
  1. uuid: ad1f857e-be23-4f06-9305-03ccd8504824
  2. langcode: fr
  3. status: true
  4. dependencies:
  5. module:
  6. - node
  7. - text
  8. _core:
  9. default_config_hash: EBUo7qOWqaiZaQ_RC9sLY5IoDKphS34v77VIHSACmVY
  10. id: node.body
  11. field_name: body
  12. entity_type: node
  13. type: text_with_summary
  14. settings: { }
  15. module: text
  16. locked: false
  17. cardinality: 1
  18. translatable: true
  19. indexes: { }
  20. persist_with_no_fields: true
  21. custom_storage: false

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.