Search for _block

  1. Search 7.x for _block
  2. Search 9.5.x for _block
  3. Search 10.3.x for _block
  4. Search 11.x for _block
  5. Other projects
Title Object type File name Summary
BlockContentTypeTest::testBlockContentTypeEditing function core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php Tests editing a block type using the UI.
BlockContentTypeTest::testsBlockContentAddTypes function core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php Tests that redirects work as expected when multiple block types exist.
BlockContentWizardTest::testViewAddBlockContent function core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php Tests creating a 'block_content' entity view.
BlockCreationTrait::placeBlock function core/modules/block/tests/src/Traits/BlockCreationTrait.php Creates a block instance based on default settings.
BlockCustomTranslation::CUSTOM_BLOCK_TABLE constant core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php Drupal 7 table names.
BlockDemoTest::testBlockDemo function core/modules/block/tests/src/Functional/BlockDemoTest.php Check for the accessibility of the admin block demo page.
BlockDependenciesTest::createBlock function core/modules/views/tests/src/Kernel/Plugin/BlockDependenciesTest.php Creates a block instance based on default settings.
BlockDependenciesTest::testExposedBlock function core/modules/views/tests/src/Kernel/Plugin/BlockDependenciesTest.php Tests that exposed filter blocks have the correct dependencies.
BlockDependenciesTest::testViewsBlock function core/modules/views/tests/src/Kernel/Plugin/BlockDependenciesTest.php Tests that exposed filter blocks have the correct dependencies.
BlockFilterTest::testBlockFilter function core/modules/layout_builder/tests/src/FunctionalJavascript/BlockFilterTest.php Tests block filter.
BlockFilterTest::testBlockFilter function core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php Tests block filter.
BlockFormInBlockTest class core/modules/block/tests/src/Functional/BlockFormInBlockTest.php Tests form in block caching.
BlockFormInBlockTest.php file core/modules/block/tests/src/Functional/BlockFormInBlockTest.php
BlockFormInBlockTest::$defaultTheme property core/modules/block/tests/src/Functional/BlockFormInBlockTest.php The theme to install as the default for testing.
BlockFormInBlockTest::$modules property core/modules/block/tests/src/Functional/BlockFormInBlockTest.php Modules to install.
BlockFormInBlockTest::setUp function core/modules/block/tests/src/Functional/BlockFormInBlockTest.php
BlockFormInBlockTest::testCachePerPage function core/modules/block/tests/src/Functional/BlockFormInBlockTest.php Test to see if form in block's redirect isn't cached.
BlockFormInBlockTest::testPlaceholders function core/modules/block/tests/src/Functional/BlockFormInBlockTest.php Test the actual placeholders
BlockFormTest::getBlockMockWithMachineName function core/modules/block/tests/src/Unit/BlockFormTest.php Mocks a block with a block plugin.
BlockHiddenRegionTest::testBlockNotInHiddenRegion function core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php Tests that hidden regions do not inherit blocks when a theme is installed.
BlockHookOperationTest::testBlockOperationAlter function core/modules/block/tests/src/Functional/BlockHookOperationTest.php Tests the block list to see if the test_operation link is added.
BlockInterface::BLOCK_LABEL_VISIBLE constant core/modules/block/src/BlockInterface.php Indicates the block label (title) should be displayed to end users.
BlockInterface::BLOCK_REGION_NONE constant core/modules/block/src/BlockInterface.php Denotes that a block is not enabled in any region and should not be shown.
BlockInterface::createDuplicateBlock function core/modules/block/src/BlockInterface.php Creates a duplicate of the block entity.
BlockInterfaceTest::testBlockInterface function core/modules/block/tests/src/Kernel/BlockInterfaceTest.php Test configuration and subsequent form() and build() method calls.
BlockInvalidRegionTest::testBlockInInvalidRegion function core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php Tests that blocks assigned to invalid regions work correctly.
BlockLanguageCacheTest::testBlockLinks function core/modules/block/tests/src/Functional/BlockLanguageCacheTest.php Creates a block in a language, check blocks page in all languages.
BlockLanguageTest::testLanguageBlockVisibility function core/modules/block/tests/src/Functional/BlockLanguageTest.php Tests the visibility settings for the blocks based on language.
BlockLanguageTest::testLanguageBlockVisibilityLanguageDelete function core/modules/block/tests/src/Functional/BlockLanguageTest.php Tests if the visibility settings are removed if the language is deleted.
BlockLibraryController::$blockManager property core/modules/block/src/Controller/BlockLibraryController.php The block manager.
BlockLibraryController::listBlocks function core/modules/block/src/Controller/BlockLibraryController.php Shows a list of blocks that can be added to a theme's layout.
BlockListBuilder::buildBlocksForm function core/modules/block/src/BlockListBuilder.php Builds the main "Blocks" portion of the form.
BlockLocalTasksTest::providerTestBlockAdminDisplay function core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php Provides a list of routes to test.
BlockLocalTasksTest::testBlockAdminDisplay function core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php Tests the block admin display local tasks.
BlockLocalTasksTest::testBlockAdminLocalTasks function core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php Tests the admin edit local task.
BlockManagerTest::$blockManager property core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php The block manager under test.
BlockPageVariant::$blockListCacheTags property core/modules/block/src/Plugin/DisplayVariant/BlockPageVariant.php The Block entity type list cache tags.
BlockPageVariant::$blockRepository property core/modules/block/src/Plugin/DisplayVariant/BlockPageVariant.php The block repository.
BlockPageVariant::$blockViewBuilder property core/modules/block/src/Plugin/DisplayVariant/BlockPageVariant.php The block view builder.
BlockPageVariantTest::$blockRepository property core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php The block repository.
BlockPageVariantTest::$blockViewBuilder property core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php The block view builder.
BlockPlaceEventSubscriber::onBlockPageDisplayVariantSelected function core/modules/block_place/src/EventSubscriber/BlockPlaceEventSubscriber.php Selects the block place override of the block page display variant.
BlockPlaceTest::testPlacingBlocksAdmin function core/modules/block_place/tests/src/Functional/BlockPlaceTest.php Tests placing blocks as an admin.
BlockPlaceTest::testPlacingBlocksUnprivileged function core/modules/block_place/tests/src/Functional/BlockPlaceTest.php Tests placing blocks as an unprivileged user.
BlockPluginCollection::$blockId property core/modules/block/src/BlockPluginCollection.php The block ID this plugin collection belongs to.
BlockPluginHasSettingsTrayFormAccessCheck::accessBlockPlugin function core/modules/settings_tray/src/Access/BlockPluginHasSettingsTrayFormAccessCheck.php Checks access for accessing a block plugin's 'settings_tray' form.
BlockPluginId::$blockContentStorage property core/modules/block/src/Plugin/migrate/process/BlockPluginId.php The block_content entity storage handler.
BlockPluginInterface::blockForm function core/lib/Drupal/Core/Block/BlockPluginInterface.php Returns the configuration form elements specific to this block plugin.
BlockPluginInterface::blockSubmit function core/lib/Drupal/Core/Block/BlockPluginInterface.php Adds block type-specific submission handling for the block form.
BlockPluginInterface::blockValidate function core/lib/Drupal/Core/Block/BlockPluginInterface.php Adds block type-specific validation for the block form.

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