field.storage.entity_test.body.yml

core/modules/system/tests/modules/entity_test_with_storage/config/install/field.storage.entity_test.body.yml
3 string references to 'field.storage.entity_test.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.

File

core/modules/system/tests/modules/entity_test_with_storage/config/install/field.storage.entity_test.body.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - entity_test
  6. - text
  7. id: entity_test.body
  8. field_name: body
  9. entity_type: entity_test
  10. type: text_long
  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.