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. 10 core/modules/block/tests/modules/block_test/config/install/block.block.test_block.yml
  3. 11.x 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. id: test_block
  2. theme: stark
  3. weight: 0
  4. status: true
  5. langcode: en
  6. region: '-1'
  7. plugin: test_html
  8. settings:
  9. label: 'Test HTML block'
  10. provider: block_test
  11. label_display: 'hidden'
  12. dependencies:
  13. module:
  14. - block_test
  15. theme:
  16. - classy
  17. visibility: { }

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