block.block.seven_secondary_local_tasks.yml
Same filename in this branch
Same filename in other branches
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
- langcode: en
- status: true
- dependencies:
- theme:
- - seven
- id: seven_secondary_local_tasks
- theme: seven
- region: pre_content
- weight: 0
- provider: null
- plugin: local_tasks_block
- settings:
- id: local_tasks_block
- label: 'Secondary tabs'
- provider: core
- label_display: '0'
- primary: false
- secondary: true
- visibility: { }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.