field.storage.node.body.yml

Same filename in this branch
  1. 11.x core/tests/fixtures/config_install/testing_config_install/field.storage.node.body.yml
  2. 11.x core/tests/fixtures/config_install/multilingual/field.storage.node.body.yml
  3. 11.x core/profiles/standard/config/install/field.storage.node.body.yml
  4. 11.x core/profiles/tests/testing/config/optional/field.storage.node.body.yml
  5. 11.x core/profiles/tests/nightwatch_a11y_testing/config/install/field.storage.node.body.yml
  6. 11.x core/modules/options/tests/options_config_install_test/config/install/field.storage.node.body.yml
  7. 11.x core/modules/node/modules/node_storage_body_field/config/install/field.storage.node.body.yml
  8. 11.x core/modules/system/tests/modules/olivero_test/config/install/field.storage.node.body.yml
  9. 11.x core/recipes/page_content_type/config/field.storage.node.body.yml
  10. 11.x core/recipes/article_content_type/config/field.storage.node.body.yml
Same filename and directory in other branches
  1. 10 core/modules/node/config/install/field.storage.node.body.yml
  2. 9 core/modules/node/config/install/field.storage.node.body.yml
  3. 8.9.x core/modules/node/config/install/field.storage.node.body.yml
core/modules/node/config/install/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
Tests create changelist create.
StorageComparerTest::testCreateChangelistDelete in core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
Tests create changelist delete.
StorageComparerTest::testCreateChangelistUpdate in core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
Tests create changelist update.
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
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - node
  6. - text
  7. id: node.body
  8. field_name: body
  9. entity_type: node
  10. type: text_with_summary
  11. settings: { }
  12. module: text
  13. locked: false
  14. cardinality: 1
  15. translatable: true
  16. indexes: { }
  17. persist_with_no_fields: true
  18. custom_storage: false

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