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
Title Object type File name Summary
BlockComponentRenderArrayTest::providerBlockTypes function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php Data provider for test functions that should test block types.
BlockComponentRenderArrayTest::testOnBuildRenderNoBlock function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php Tests on build render no block.
BlockConfigSchemaTest::$blockManager property core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php The block manager.
BlockConfigSchemaTest::testBlockConfigSchema function core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php Tests the block config schema for block plugins.
BlockConfigSyncTest::testNoBlocksCreatedDuringConfigSync function core/modules/block/tests/src/Kernel/BlockConfigSyncTest.php Tests blocks are not created during config sync.
BlockConfigUpdater::updateBlock function core/modules/block/src/BlockConfigUpdater.php Performs the required update.
BlockContent::$blockContentStorage property core/modules/block_content/src/Plugin/Derivative/BlockContent.php The content block storage.
BlockContent::invalidateBlockPluginCache function core/modules/block_content/src/Entity/BlockContent.php Invalidates the block plugin cache after changes and deletions.
BlockContentAccessHandlerTest::$blockEntity property core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php The BlockContent entity used for testing.
BlockContentBlock class core/modules/block_content/src/Plugin/Block/BlockContentBlock.php Defines a generic block type.
BlockContentBlock.php file core/modules/block_content/src/Plugin/Block/BlockContentBlock.php
BlockContentBlock::$account property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The Drupal account to use for checking for access to block.
BlockContentBlock::$blockContent property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The block content entity.
BlockContentBlock::$blockManager property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The Plugin Block Manager.
BlockContentBlock::$entityDisplayRepository property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The entity display repository.
BlockContentBlock::$entityTypeManager property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The entity type manager service.
BlockContentBlock::$urlGenerator property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The URL generator.
BlockContentBlock::$uuidLookup property core/modules/block_content/src/Plugin/Block/BlockContentBlock.php The block content UUID lookup service.
BlockContentBlock::blockAccess function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php Indicates whether the block should be shown.
BlockContentBlock::blockForm function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php
BlockContentBlock::blockSubmit function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php
BlockContentBlock::build function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php Builds and returns the renderable array for this block plugin.
BlockContentBlock::create function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php Creates an instance of the plugin.
BlockContentBlock::createPlaceholder function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php
BlockContentBlock::defaultConfiguration function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php
BlockContentBlock::getEntity function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php Loads the block content entity of the block.
BlockContentBlock::__construct function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php Constructs a new BlockContentBlock.
BlockContentCacheTagsTest::testBlock function core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php Tests that the block is cached with the correct contexts and tags.
BlockContentContextualLinksTest::testBlockContentContextualLinks function core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php Tests contextual links.
BlockContentController::$blockContentStorage property core/modules/block_content/src/Controller/BlockContentController.php The content block storage.
BlockContentController::$blockContentTypeStorage property core/modules/block_content/src/Controller/BlockContentController.php The content block type storage.
BlockContentCreationTest::getBlockByLabel function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Load a block based on the label.
BlockContentCreationTest::testBlockContentCreation function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Creates a "Basic block" block and verifies its consistency in the database.
BlockContentCreationTest::testBlockContentCreationMultipleViewModes function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Creates a "Basic page" block with multiple view modes.
BlockContentCreationTest::testBlockContentFormSubmitHandlers function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Tests the redirect workflow of creating a block_content and block.
BlockContentCreationTest::testBlockDelete function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Tests deleting a block.
BlockContentCreationTest::testDefaultBlockContentCreation function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Create a default content block.
BlockContentCreationTest::testFailedBlockCreation function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Verifies that a transaction rolls back the failed creation.
BlockContentCreationTrait::createBlockContent function core/modules/block_content/tests/src/Traits/BlockContentCreationTrait.php Creates a content block.
BlockContentCreationTrait::createBlockContentType function core/modules/block_content/tests/src/Traits/BlockContentCreationTrait.php Creates a block type (bundle).
BlockContentDeletionTest::testDeletingBlockContentShouldClearPluginCache function core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php Tests deleting a block_content updates the discovered block plugin.
BlockContentDeriverTest::$blockContentDerivative property core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php The tested block content derivative class.
BlockContentDeriverTest::$blockContentStorage property core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php The block content storage.
BlockContentDeriverTest::testReusableBlocksOnlyAreDerived function core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php Tests that only reusable blocks are derived.
BlockContentEntityReferenceSelectionTest::$blockNonReusable property core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php Test non-reusable block.
BlockContentEntityReferenceSelectionTest::$blockReusable property core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php Test reusable block.
BlockContentEvents::BLOCK_CONTENT_GET_DEPENDENCY constant core/modules/block_content/src/BlockContentEvents.php Name of the event when getting the dependency of a non-reusable block.
BlockContentFieldFilterTest::$blockContentInfos property core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php List of block_content infos by language.
BlockContentForm::configureBlock function core/modules/block_content/src/BlockContentForm.php Form submission handler for the 'configureBlock' action.
BlockContentGetDependencyEvent::$blockContent property core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php The block content entity.

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