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
BlockStorageUnitTest class core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php Tests the storage of blocks.
BlockStorageUnitTest.php file core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php
BlockStorageUnitTest::$controller property core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php The block storage.
BlockStorageUnitTest::$modules property core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php Modules to install.
BlockStorageUnitTest::createTests function core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php Tests the creation of blocks.
BlockStorageUnitTest::deleteTests function core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php Tests the deleting of blocks.
BlockStorageUnitTest::loadTests function core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php Tests the loading of blocks.
BlockStorageUnitTest::setUp function core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php
BlockStorageUnitTest::testBlockCRUD function core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php Tests CRUD operations.
BlockStorageUnitTest::testDefaultBlocks function core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php Tests the installation of default blocks.
BlockSystemBrandingTest class core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php Tests branding block display.
BlockSystemBrandingTest.php file core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php
BlockSystemBrandingTest::$defaultTheme property core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php The theme to install as the default for testing.
BlockSystemBrandingTest::$modules property core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php Modules to install.
BlockSystemBrandingTest::setUp function core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php
BlockSystemBrandingTest::testSystemBrandingSettings function core/modules/block/tests/src/Functional/BlockSystemBrandingTest.php Tests system branding block configuration.
BlockTemplateSuggestionsTest class core/modules/block_content/tests/src/Kernel/BlockTemplateSuggestionsTest.php Tests the block_content_theme_suggestions_block() function.
BlockTemplateSuggestionsTest class core/modules/block/tests/src/Kernel/BlockTemplateSuggestionsTest.php Tests the block_theme_suggestions_block() function.
BlockTemplateSuggestionsTest.php file core/modules/block/tests/src/Kernel/BlockTemplateSuggestionsTest.php
BlockTemplateSuggestionsTest.php file core/modules/block_content/tests/src/Kernel/BlockTemplateSuggestionsTest.php
BlockTemplateSuggestionsTest::$blockContent property core/modules/block_content/tests/src/Kernel/BlockTemplateSuggestionsTest.php The BlockContent entity used for testing.
BlockTemplateSuggestionsTest::$modules property core/modules/block_content/tests/src/Kernel/BlockTemplateSuggestionsTest.php Modules to install.
BlockTemplateSuggestionsTest::$modules property core/modules/block/tests/src/Kernel/BlockTemplateSuggestionsTest.php Modules to install.
BlockTemplateSuggestionsTest::setUp function core/modules/block_content/tests/src/Kernel/BlockTemplateSuggestionsTest.php
BlockTemplateSuggestionsTest::testBlockThemeHookSuggestions function core/modules/block_content/tests/src/Kernel/BlockTemplateSuggestionsTest.php Tests template suggestions from block_content_theme_suggestions_block().
BlockTemplateSuggestionsTest::testBlockThemeHookSuggestions function core/modules/block/tests/src/Kernel/BlockTemplateSuggestionsTest.php Tests template suggestions from block_theme_suggestions_block().
BlockTest class core/modules/block/tests/src/Kernel/Plugin/migrate/source/BlockTest.php Tests block source plugin.
BlockTest class core/modules/block/tests/src/Functional/BlockTest.php Tests basic block functionality.
BlockTest class core/modules/jsonapi/tests/src/Functional/BlockTest.php JSON:API integration test for the "Block" config entity type.
BlockTest class core/modules/views/tests/src/Unit/Plugin/views/display/BlockTest.php @coversDefaultClass \Drupal\views\Plugin\views\display\Block[[api-linebreak]]
@group block
BlockTest.php file core/modules/views/tests/src/Unit/Plugin/views/display/BlockTest.php
BlockTest.php file core/modules/block/tests/src/Kernel/Plugin/migrate/source/BlockTest.php
BlockTest.php file core/modules/jsonapi/tests/src/Functional/BlockTest.php
BlockTest.php file core/modules/block/tests/src/Functional/BlockTest.php
BlockTest::$blockDisplay property core/modules/views/tests/src/Unit/Plugin/views/display/BlockTest.php The tested block display plugin.
BlockTest::$blockPlugin property core/modules/views/tests/src/Unit/Plugin/views/display/BlockTest.php The views block plugin.
BlockTest::$defaultTheme property core/modules/block/tests/src/Functional/BlockTest.php The theme to install as the default for testing.
BlockTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/BlockTest.php The theme to install as the default for testing.
BlockTest::$entity property core/modules/jsonapi/tests/src/Functional/BlockTest.php
BlockTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/BlockTest.php The tested entity type.
BlockTest::$executable property core/modules/views/tests/src/Unit/Plugin/views/display/BlockTest.php The view executable.
BlockTest::$modules property core/modules/jsonapi/tests/src/Functional/BlockTest.php Modules to install.
BlockTest::$modules property core/modules/block/tests/src/Kernel/Plugin/migrate/source/BlockTest.php Modules to install.
BlockTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/BlockTest.php The name of the tested JSON:API resource type.
BlockTest::createEntity function core/modules/jsonapi/tests/src/Functional/BlockTest.php Creates the entity to be tested.
BlockTest::getExpectedCacheContexts function core/modules/jsonapi/tests/src/Functional/BlockTest.php The expected cache contexts for the GET/HEAD response of the test entity.
BlockTest::getExpectedCacheTags function core/modules/jsonapi/tests/src/Functional/BlockTest.php The expected cache tags for the GET/HEAD response of the test entity.
BlockTest::getExpectedCollectionCacheability function core/modules/jsonapi/tests/src/Functional/BlockTest.php Computes the cacheability for a given entity collection.
BlockTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/BlockTest.php Returns the expected JSON:API document for the entity.
BlockTest::getExpectedUnauthorizedAccessCacheability function core/modules/jsonapi/tests/src/Functional/BlockTest.php Returns the expected cacheability for an unauthorized response.

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