Search for _block
- Search 7.x for _block
- Search 9.5.x for _block
- Search 8.9.x for _block
- Search 10.3.x for _block
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
block.block.stark_login.yml | file | core/ |
core/tests/fixtures/config_install/multilingual/language/es/block.block.stark_login.yml |
block.block.stark_login.yml | file | core/ |
core/tests/fixtures/config_install/multilingual/block.block.stark_login.yml |
block.block.stark_messages.yml | file | core/ |
core/tests/fixtures/config_install/testing_config_install/block.block.stark_messages.yml |
block.block.stark_messages.yml | file | core/ |
core/tests/fixtures/config_install/multilingual/block.block.stark_messages.yml |
block.block.stark_messages.yml | file | core/ |
core/profiles/minimal/config/install/block.block.stark_messages.yml |
block.block.stark_page_title.yml | file | core/ |
core/profiles/minimal/config/install/block.block.stark_page_title.yml |
block.block.stark_page_title.yml | file | core/ |
core/tests/fixtures/config_install/testing_config_install/block.block.stark_page_title.yml |
block.block.stark_page_title.yml | file | core/ |
core/tests/fixtures/config_install/multilingual/language/es/block.block.stark_page_title.yml |
block.block.stark_page_title.yml | file | core/ |
core/tests/fixtures/config_install/multilingual/block.block.stark_page_title.yml |
block.block.stark_tools.yml | file | core/ |
core/tests/fixtures/config_install/testing_config_install/block.block.stark_tools.yml |
block.block.stark_tools.yml | file | core/ |
core/tests/fixtures/config_install/multilingual/language/es/block.block.stark_tools.yml |
block.block.stark_tools.yml | file | core/ |
core/tests/fixtures/config_install/multilingual/block.block.stark_tools.yml |
block.block.stark_tools.yml | file | core/ |
core/profiles/minimal/config/install/block.block.stark_tools.yml |
block.block.testing_theme_optional_blocks_page_title.yml | file | core/ |
core/profiles/tests/testing_themes_blocks/themes/testing_theme_optional_blocks/config/optional/block.block.testing_theme_optional_blocks_page_title.yml |
block.block.testing_theme_required_blocks_account_menu.yml | file | core/ |
core/profiles/tests/testing_themes_blocks/themes/testing_theme_required_blocks/config/install/block.block.testing_theme_required_blocks_account_menu.yml |
block.block.test_block.yml | file | core/ |
core/modules/block/tests/modules/block_test/config/install/block.block.test_block.yml |
block.block.test_default_config.yml | file | core/ |
core/modules/locale/tests/modules/locale_test/config/optional/block.block.test_default_config.yml |
block.block.umami_account_menu.yml | file | core/ |
core/profiles/demo_umami/config/install/block.block.umami_account_menu.yml |
block.block.umami_banner_home.yml | file | core/ |
core/profiles/demo_umami/config/optional/block.block.umami_banner_home.yml |
block.block.umami_banner_recipes.yml | file | core/ |
core/profiles/demo_umami/config/optional/block.block.umami_banner_recipes.yml |
block.block.umami_branding.yml | file | core/ |
core/profiles/demo_umami/config/install/block.block.umami_branding.yml |
block.block.umami_breadcrumbs.yml | file | core/ |
core/profiles/demo_umami/config/install/block.block.umami_breadcrumbs.yml |
block.block.umami_content.yml | file | core/ |
core/profiles/demo_umami/config/install/block.block.umami_content.yml |
block.block.umami_disclaimer.yml | file | core/ |
core/profiles/demo_umami/config/optional/block.block.umami_disclaimer.yml |
block.block.umami_footer.yml | file | core/ |
core/profiles/demo_umami/config/install/block.block.umami_footer.yml |
block.block.umami_footer_promo.yml | file | core/ |
core/profiles/demo_umami/config/optional/block.block.umami_footer_promo.yml |
block.block.umami_help.yml | file | core/ |
core/profiles/demo_umami/config/install/block.block.umami_help.yml |
block.block.umami_languageswitcher.yml | file | core/ |
core/profiles/demo_umami/config/install/block.block.umami_languageswitcher.yml |
block.block.umami_local_tasks.yml | file | core/ |
core/profiles/demo_umami/config/install/block.block.umami_local_tasks.yml |
block.block.umami_main_menu.yml | file | core/ |
core/profiles/demo_umami/config/install/block.block.umami_main_menu.yml |
block.block.umami_messages.yml | file | core/ |
core/profiles/demo_umami/config/install/block.block.umami_messages.yml |
block.block.umami_page_title.yml | file | core/ |
core/profiles/demo_umami/config/install/block.block.umami_page_title.yml |
block.block.umami_search.yml | file | core/ |
core/profiles/demo_umami/config/install/block.block.umami_search.yml |
block.block.umami_views_block__articles_aside_block_1.yml | file | core/ |
core/profiles/demo_umami/config/install/block.block.umami_views_block__articles_aside_block_1.yml |
block.block.umami_views_block__promoted_items_block_1.yml | file | core/ |
core/profiles/demo_umami/config/install/block.block.umami_views_block__promoted_items_block_1.yml |
block.block.umami_views_block__recipe_collections_block.yml | file | core/ |
core/profiles/demo_umami/config/install/block.block.umami_views_block__recipe_collections_block.yml |
Block::$blockManager | property | core/ |
The block manager. |
Block::$blockRoleTable | property | core/ |
Table mapping blocks to user roles. |
Block::$blockTable | property | core/ |
Table containing block configuration. |
Block::blockForm | function | core/ |
Adds the configuration form elements specific to this views block plugin. |
Block::blockSettings | function | core/ |
Returns plugin-specific settings for the block. |
Block::blockSubmit | function | core/ |
Handles form submission for the views block configuration form. |
Block::blockValidate | function | core/ |
Handles form validation for the views block configuration form. |
Block::createDuplicateBlock | function | core/ |
Creates a duplicate of the block entity. |
Block::preBlockBuild | function | core/ |
Allows to change the display settings right before executing the block. |
Block::usesExposedFormInBlock | function | core/ |
Checks to see if the display can put the exposed form in a block. |
BlockAddController::blockAddConfigureForm | function | core/ |
Build the block instance add form. |
BlockAddTest::testBlockAddThemeSelector | function | core/ |
Tests the AJAX for the theme selector. |
BlockCacheTest::$block | property | core/ |
The block used by this test. |
BlockComponentRenderArrayTest::$blockManager | property | core/ |
The block plugin manager. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.