Search for block

  1. Search 7.x for block
  2. Search 9.5.x for block
  3. Search 8.9.x for block
  4. Search 10.3.x for block
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Block class core/modules/views/src/Plugin/views/display/Block.php The plugin that handles a block.
Block class core/modules/block/src/Entity/Block.php Defines a Block configuration entity class.
Block class core/modules/block/src/Plugin/migrate/source/Block.php Drupal 6/7 block source from database.
Block class core/lib/Drupal/Core/Block/Attribute/Block.php The Block attribute.
Block class core/lib/Drupal/Core/Block/Annotation/Block.php Defines a Block annotation object.

All search results

Title Object type File name Summary
BookNavigationBlock.php file core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookNavigationBlock::$bookManager property core/modules/book/src/Plugin/Block/BookNavigationBlock.php The book manager.
BookNavigationBlock::$nodeStorage property core/modules/book/src/Plugin/Block/BookNavigationBlock.php The node storage.
BookNavigationBlock::$routeMatch property core/modules/book/src/Plugin/Block/BookNavigationBlock.php The current route match.
BookNavigationBlock::blockForm function core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookNavigationBlock::blockSubmit function core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookNavigationBlock::build function core/modules/book/src/Plugin/Block/BookNavigationBlock.php Builds and returns the renderable array for this block plugin.
BookNavigationBlock::create function core/modules/book/src/Plugin/Block/BookNavigationBlock.php Creates an instance of the plugin.
BookNavigationBlock::defaultConfiguration function core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookNavigationBlock::getCacheContexts function core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookNavigationBlock::getCacheMaxAge function core/modules/book/src/Plugin/Block/BookNavigationBlock.php @todo Make cacheable in https://www.drupal.org/node/2483181
BookNavigationBlock::__construct function core/modules/book/src/Plugin/Block/BookNavigationBlock.php Constructs a new BookNavigationBlock instance.
BookTest::testBookNavigationBlock function core/modules/book/tests/src/Functional/BookTest.php Tests the functionality of the book navigation block.
BookTest::testBookNavigationBlockOnUnpublishedBook function core/modules/book/tests/src/Functional/BookTest.php Tests the book navigation block when book is unpublished.
BookTest::testNavigationBlockOnAccessModuleInstalled function core/modules/book/tests/src/Functional/BookTest.php Tests the book navigation block when an access module is installed.
BoxTranslation::CUSTOM_BLOCK_TABLE constant core/modules/block_content/src/Plugin/migrate/source/d6/BoxTranslation.php Drupal 6 table names.
Broken::blockForm function core/lib/Drupal/Core/Block/Plugin/Block/Broken.php Returns the configuration form elements specific to this block plugin.
CategoryAutocompleteController::$blockManager property core/modules/block/src/Controller/CategoryAutocompleteController.php The block manager.
ChooseBlockController class core/modules/layout_builder/src/Controller/ChooseBlockController.php Defines a controller to choose a new block.
ChooseBlockController.php file core/modules/layout_builder/src/Controller/ChooseBlockController.php
ChooseBlockController::$blockManager property core/modules/layout_builder/src/Controller/ChooseBlockController.php The block manager.
ChooseBlockController::$currentUser property core/modules/layout_builder/src/Controller/ChooseBlockController.php The current user.
ChooseBlockController::$entityTypeManager property core/modules/layout_builder/src/Controller/ChooseBlockController.php The entity type manager.
ChooseBlockController::build function core/modules/layout_builder/src/Controller/ChooseBlockController.php Provides the UI for choosing a new block.
ChooseBlockController::create function core/modules/layout_builder/src/Controller/ChooseBlockController.php Instantiates a new instance of this class.
ChooseBlockController::getAjaxAttributes function core/modules/layout_builder/src/Controller/ChooseBlockController.php Get dialog attributes if an ajax request.
ChooseBlockController::getBlockLinks function core/modules/layout_builder/src/Controller/ChooseBlockController.php Gets a render array of block links.
ChooseBlockController::inlineBlockList function core/modules/layout_builder/src/Controller/ChooseBlockController.php Provides the UI for choosing a new inline block.
ChooseBlockController::__construct function core/modules/layout_builder/src/Controller/ChooseBlockController.php ChooseBlockController constructor.
CKEditor5UpdateCodeBlockConfigurationTest class core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateCodeBlockConfigurationTest.php @covers ckeditor5_post_update_code_block
@group Update
@group ckeditor5
CKEditor5UpdateCodeBlockConfigurationTest.php file core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateCodeBlockConfigurationTest.php
CKEditor5UpdateCodeBlockConfigurationTest::$defaultTheme property core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateCodeBlockConfigurationTest.php The theme to install as the default for testing.
CKEditor5UpdateCodeBlockConfigurationTest::setDatabaseDumpFiles function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateCodeBlockConfigurationTest.php Set database dump files to be used.
CKEditor5UpdateCodeBlockConfigurationTest::testUpdateCodeBlockConfigurationPostUpdate function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateCodeBlockConfigurationTest.php Ensure default configuration for the CKEditor 5 codeBlock plugin is added.
CKEditor5UpdateListMultiBlockTest class core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateListMultiBlockTest.php @covers ckeditor5_post_update_list_multiblock
@group Update
@group ckeditor5
CKEditor5UpdateListMultiBlockTest.php file core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateListMultiBlockTest.php
CKEditor5UpdateListMultiBlockTest::$defaultTheme property core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateListMultiBlockTest.php The theme to install as the default for testing.
CKEditor5UpdateListMultiBlockTest::setDatabaseDumpFiles function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateListMultiBlockTest.php Set database dump files to be used.
CKEditor5UpdateListMultiBlockTest::test function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateListMultiBlockTest.php Tests that sites get the new `multiBlock` setting added.
ClaroBlockFilterTest class core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php Runs BlockFilterTest in Claro.
ClaroBlockFilterTest.php file core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php
ClaroBlockFilterTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php Modules to install.
ClaroBlockFilterTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php
ClaroMenuUiJavascriptTest::testBlockContextualLinks function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroMenuUiJavascriptTest.php Intentionally empty method.
claro_preprocess_admin_block function core/themes/claro/claro.theme Implements template_preprocess_HOOK() for admin_block.
claro_preprocess_admin_block_content function core/themes/claro/claro.theme Implements template_preprocess_HOOK() for admin_block.
claro_preprocess_block function core/themes/claro/claro.theme Implements hook_preprocess_block() for block content.
claro_preprocess_block_content_add_list function core/themes/claro/claro.theme Implements template_preprocess_HOOK() for block_content_add_list.
ClearCacheBlock class core/modules/system/src/Plugin/Block/ClearCacheBlock.php Provides a block to display 'Clear cache' elements.
ClearCacheBlock.php file core/modules/system/src/Plugin/Block/ClearCacheBlock.php

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