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/lib/Drupal/Core/Block/Attribute/Block.php The Block attribute.
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/Annotation/Block.php Defines a Block annotation object.

All search results

Title Object type File name Summary
BlockComponentRenderArrayTest class core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @coversDefaultClass \Drupal\layout_builder\EventSubscriber\BlockComponentRenderArray[[api-linebreak]]
@group layout_builder
BlockComponentRenderArrayTest.php file core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php
BlockComponentRenderArrayTest::$account property core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php The current user.
BlockComponentRenderArrayTest::$blockManager property core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php The block plugin manager.
BlockComponentRenderArrayTest::providerBlockTypes function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php Data provider for test functions that should test block types.
BlockComponentRenderArrayTest::setUp function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php
BlockComponentRenderArrayTest::testOnBuildRender function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender[[api-linebreak]]
BlockComponentRenderArrayTest::testOnBuildRenderDenied function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender[[api-linebreak]]
BlockComponentRenderArrayTest::testOnBuildRenderEmptyBuild function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender[[api-linebreak]]
BlockComponentRenderArrayTest::testOnBuildRenderEmptyBuildWithCacheTags function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender[[api-linebreak]]
BlockComponentRenderArrayTest::testOnBuildRenderInPreview function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender[[api-linebreak]]
BlockComponentRenderArrayTest::testOnBuildRenderInPreviewEmptyBuild function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender[[api-linebreak]]
BlockComponentRenderArrayTest::testOnBuildRenderNoBlock function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender[[api-linebreak]]
BlockComponentRenderArrayTest::testOnBuildRenderNullBuild function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender[[api-linebreak]]
BlockComponentRenderArrayTest::testOnBuildRenderWithoutPreviewFallbackString function core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php @covers ::onBuildRender[[api-linebreak]]
BlockConfigEntityUnitTest class core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php @coversDefaultClass \Drupal\block\Entity\Block[[api-linebreak]]
@group block
BlockConfigEntityUnitTest.php file core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php
BlockConfigEntityUnitTest::$entityType property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The entity type used for testing.
BlockConfigEntityUnitTest::$entityTypeId property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The ID of the type of the entity under test.
BlockConfigEntityUnitTest::$entityTypeManager property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The entity type manager used for testing.
BlockConfigEntityUnitTest::$moduleHandler property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The module handler.
BlockConfigEntityUnitTest::$themeHandler property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The theme handler.
BlockConfigEntityUnitTest::$uuid property core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php The UUID generator used for testing.
BlockConfigEntityUnitTest::setUp function core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php
BlockConfigEntityUnitTest::testCalculateDependencies function core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php @covers ::calculateDependencies[[api-linebreak]]
BlockConfigSchemaTest class core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php Tests the block config schema.
BlockConfigSchemaTest.php file core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php
BlockConfigSchemaTest::$blockManager property core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php The block manager.
BlockConfigSchemaTest::$modules property core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php Modules to install.
BlockConfigSchemaTest::$typedConfig property core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php The typed config manager.
BlockConfigSchemaTest::setUp function core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php
BlockConfigSchemaTest::testBlockConfigSchema function core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php Tests the block config schema for block plugins.
BlockConfigSyncTest class core/modules/block/tests/src/Kernel/BlockConfigSyncTest.php Tests that blocks are not created during config sync.
BlockConfigSyncTest.php file core/modules/block/tests/src/Kernel/BlockConfigSyncTest.php
BlockConfigSyncTest::$modules property core/modules/block/tests/src/Kernel/BlockConfigSyncTest.php Modules to install.
BlockConfigSyncTest::register function core/modules/block/tests/src/Kernel/BlockConfigSyncTest.php Registers test-specific services.
BlockConfigSyncTest::setUp function core/modules/block/tests/src/Kernel/BlockConfigSyncTest.php
BlockConfigSyncTest::testNoBlocksCreatedDuringConfigSync function core/modules/block/tests/src/Kernel/BlockConfigSyncTest.php Tests blocks are not created during config sync.
BlockConfigUpdater class core/modules/block/src/BlockConfigUpdater.php Provides a BC layer for modules providing old configurations.
BlockConfigUpdater.php file core/modules/block/src/BlockConfigUpdater.php
BlockConfigUpdater::$deprecationsEnabled property core/modules/block/src/BlockConfigUpdater.php Flag determining whether deprecations should be triggered.
BlockConfigUpdater::$triggeredDeprecations property core/modules/block/src/BlockConfigUpdater.php Stores which deprecations were triggered.
BlockConfigUpdater::needsInfoStatusSettingsRemoved function core/modules/block/src/BlockConfigUpdater.php Checks if the block contains deprecated info and status settings.
BlockConfigUpdater::setDeprecationsEnabled function core/modules/block/src/BlockConfigUpdater.php Sets the deprecations enabling status.
BlockConfigUpdater::updateBlock function core/modules/block/src/BlockConfigUpdater.php Performs the required update.
BlockContent class core/modules/block_content/src/Entity/BlockContent.php Defines the content block entity class.
BlockContent class core/modules/block_content/src/Plugin/views/wizard/BlockContent.php Used for creating 'block_content' views with the wizard.
BlockContent class core/modules/block_content/src/Plugin/Derivative/BlockContent.php Retrieves block plugin definitions for all content blocks.
BlockContent.php file core/modules/block_content/src/Plugin/views/wizard/BlockContent.php
BlockContent.php file core/modules/block_content/src/Plugin/Derivative/BlockContent.php

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