block.block.seven_secondary_local_tasks.yml

Same filename in this branch
  1. 8.9.x core/profiles/standard/config/install/block.block.seven_secondary_local_tasks.yml
Same filename in other branches
  1. 9 core/profiles/standard/config/optional/block.block.seven_secondary_local_tasks.yml
core/profiles/demo_umami/config/install/block.block.seven_secondary_local_tasks.yml
3 string references to 'block.block.seven_secondary_local_tasks'
ExposedFilterBlocksUpdateTest::testViewsPostUpdateExposedFilterBlocksWithoutBlock in core/modules/views/tests/src/Functional/Update/ExposedFilterBlocksUpdateTest.php
Tests that the update succeeds even if Block is not installed.
system_update_8005 in core/modules/system/system.install
Place local actions and tasks blocks in every theme.
system_update_8011 in core/modules/system/system.install
Add secondary local tasks block to Seven (fixes system_update_8005).

File

core/profiles/demo_umami/config/install/block.block.seven_secondary_local_tasks.yml

View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. theme:
  5. - seven
  6. id: seven_secondary_local_tasks
  7. theme: seven
  8. region: pre_content
  9. weight: 0
  10. provider: null
  11. plugin: local_tasks_block
  12. settings:
  13. id: local_tasks_block
  14. label: 'Secondary tabs'
  15. provider: core
  16. label_display: '0'
  17. primary: false
  18. secondary: true
  19. visibility: { }

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