block.block.test_block.yml

Same filename and directory in other branches
  1. 9 core/modules/block/tests/modules/block_test/config/install/block.block.test_block.yml
  2. 8.9.x core/modules/block/tests/modules/block_test/config/install/block.block.test_block.yml
  3. 10 core/modules/block/tests/modules/block_test/config/install/block.block.test_block.yml
core/modules/block/tests/modules/block_test/config/install/block.block.test_block.yml
1 string reference to 'block.block.test_block'
AreaEntityTest::doTestCalculateDependencies in core/modules/views/tests/src/Kernel/Handler/AreaEntityTest.php
Tests the calculation of the rendered dependencies.

File

core/modules/block/tests/modules/block_test/config/install/block.block.test_block.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - block_test
  6. theme:
  7. - stark
  8. id: test_block
  9. theme: stark
  10. region: '-1'
  11. weight: 0
  12. plugin: test_html
  13. settings:
  14. label: 'Test HTML block'
  15. label_display: hidden
  16. provider: block_test
  17. visibility: { }

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