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
BlockContentGetDependencyEvent::getBlockContentEntity function core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php Gets the block content entity.
BlockContentHooks::blockPreSave function core/modules/block_content/src/Hook/BlockContentHooks.php Implements hook_ENTITY_TYPE_presave().
BlockContentHooks::themeSuggestionsBlockAlter function core/modules/block_content/src/Hook/BlockContentHooks.php Implements hook_theme_suggestions_HOOK_alter() for block templates.
BlockContentIntegrationTest::testBlockContentViewTypeArgument function core/modules/block_content/tests/src/Functional/Views/BlockContentIntegrationTest.php Tests basic block_content view with a block_content_type argument.
BlockContentListTest::testBlockRegionPlacement function core/modules/block_content/tests/src/Functional/BlockContentListTest.php Tests the region value when a new block is saved.
BlockContentLocalTasksTest::getBlockContentListingRoutes function core/modules/block_content/tests/src/Unit/Menu/BlockContentLocalTasksTest.php Provides a list of routes to test.
BlockContentLocalTasksTest::testBlockContentListLocalTasks function core/modules/block_content/tests/src/Unit/Menu/BlockContentLocalTasksTest.php Checks block_content listing local tasks.
BlockContentPermissions::blockTypePermissions function core/modules/block_content/src/BlockContentPermissions.php Build permissions for each block type.
BlockContentRouteAccessTest::testBlockContentReusableAccess function core/modules/block_content/tests/src/Functional/BlockContentRouteAccessTest.php Tests access to block_content entity routes based on the reusable field.
BlockContentSaveTest::testBlockContentSaveOnInsert function core/modules/block_content/tests/src/Functional/BlockContentSaveTest.php Tests saving a block on block insert.
BlockContentTest::testBlockContentType function core/modules/block_content/tests/src/Kernel/BlockContentTest.php Tests BlockContentType functionality.
BlockContentTestBase::$autoCreateBasicBlockType property core/modules/block_content/tests/src/Functional/BlockContentTestBase.php Whether or not to auto-create the basic block type during setup.
BlockContentTestBase::createBlockContent function core/modules/block_content/tests/src/Functional/Views/BlockContentTestBase.php Creates a content block.
BlockContentTestBase::createBlockContentType function core/modules/block_content/tests/src/Functional/Views/BlockContentTestBase.php Creates a block type (bundle).
BlockContentTestHooks::blockContentInsert function core/modules/block_content/tests/modules/block_content_test/src/Hook/BlockContentTestHooks.php Implements hook_ENTITY_TYPE_insert().
BlockContentTestHooks::blockContentPresave function core/modules/block_content/tests/modules/block_content_test/src/Hook/BlockContentTestHooks.php Implements hook_ENTITY_TYPE_presave().
BlockContentTestHooks::blockContentUpdate function core/modules/block_content/tests/modules/block_content_test/src/Hook/BlockContentTestHooks.php Implements hook_ENTITY_TYPE_update().
BlockContentTestHooks::blockContentView function core/modules/block_content/tests/modules/block_content_test/src/Hook/BlockContentTestHooks.php Implements hook_ENTITY_TYPE_view().
BlockContentThemeSuggestionsTest::testBlockContentThemeSuggestionsContent function core/modules/block_content/tests/src/Functional/BlockContentThemeSuggestionsTest.php Test suggestions for content blocks.
BlockContentThemeSuggestionsTest::testBlockContentThemeSuggestionsExtraField function core/modules/block_content/tests/src/Functional/BlockContentThemeSuggestionsTest.php Test suggestions for content blocks within extra fields blocks.
BlockContentThemeSuggestionsTestThemeHooks::preprocessBlock function core/modules/block_content/tests/modules/block_content_theme_suggestions_test/src/Hook/BlockContentThemeSuggestionsTestThemeHooks.php Implements hook_preprocess_block().
BlockContentTypeTest::$autoCreateBasicBlockType property core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php Whether or not to create an initial block type.
BlockContentTypeTest::testBlockContentAddPage function core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php Tests the block types on the block/add page.
BlockContentTypeTest::testBlockContentTypeCreation function core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php Tests creating a block type programmatically and via a form.
BlockContentTypeTest::testBlockContentTypeDeletion function core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php Tests deleting a block type that still has content.
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.
BlockContextualLinksTest::$blockId property core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php Block id of the block.
BlockContextualLinksTest::testBlockContextualRemoveLinks function core/modules/block/tests/src/FunctionalJavascript/BlockContextualLinksTest.php Test that remove/configure contextual links are present in the block.
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.
BlockDragTest::testDragAndDropBlocks function core/modules/block/tests/src/FunctionalJavascript/BlockDragTest.php Tests drag and drop blocks.
BlockFilterTest::testBlockFilter function core/modules/block/tests/src/FunctionalJavascript/BlockFilterTest.php Tests block filter.
BlockFilterTest::testBlockFilter function core/modules/layout_builder/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 Tests to see if form in block's redirect isn't cached.
BlockFormInBlockTest::testPlaceholders function core/modules/block/tests/src/Functional/BlockFormInBlockTest.php Tests the actual placeholders.
BlockFormTest::$blockRepository property core/modules/block/tests/src/Unit/BlockFormTest.php The block repository.
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.

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