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 11.x for _block
  5. Other projects
Title Object type File name Summary
core.entity_view_mode.block_content.full.yml file core/modules/block_content/config/install/core.entity_view_mode.block_content.full.yml core/modules/block_content/config/install/core.entity_view_mode.block_content.full.yml
d6_block.yml file core/modules/block/migrations/d6_block.yml core/modules/block/migrations/d6_block.yml
d6_block_translation.yml file core/modules/config_translation/migrations/d6_block_translation.yml core/modules/config_translation/migrations/d6_block_translation.yml
d6_custom_block.yml file core/modules/block_content/migrations/d6_custom_block.yml core/modules/block_content/migrations/d6_custom_block.yml
d6_custom_block_translation.yml file core/modules/content_translation/migrations/d6_custom_block_translation.yml core/modules/content_translation/migrations/d6_custom_block_translation.yml
d7_block.yml file core/modules/block/migrations/d7_block.yml core/modules/block/migrations/d7_block.yml
d7_blocked_ips.yml file core/modules/ban/migrations/d7_blocked_ips.yml core/modules/ban/migrations/d7_blocked_ips.yml
d7_block_translation.yml file core/modules/config_translation/migrations/d7_block_translation.yml core/modules/config_translation/migrations/d7_block_translation.yml
d7_custom_block.yml file core/modules/block_content/migrations/d7_custom_block.yml core/modules/block_content/migrations/d7_custom_block.yml
d7_custom_block_translation.yml file core/modules/content_translation/migrations/d7_custom_block_translation.yml core/modules/content_translation/migrations/d7_custom_block_translation.yml
DefaultViewRecentCommentsTest::$blockDisplayResults property core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php Number of results for the Block display.
DefaultViewRecentCommentsTest::testBlockDisplay function core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php Tests the block defined by the comments_recent view.
DiffFormatter::_block function core/lib/Drupal/Component/Diff/DiffFormatter.php
DiffFormatter::_block_header function core/lib/Drupal/Core/Diff/DiffFormatter.php
DiffFormatter::_block_header function core/lib/Drupal/Component/Diff/DiffFormatter.php
DiffFormatter::_end_block function core/lib/Drupal/Component/Diff/DiffFormatter.php
DiffFormatter::_start_block function core/lib/Drupal/Core/Diff/DiffFormatter.php
DiffFormatter::_start_block function core/lib/Drupal/Component/Diff/DiffFormatter.php
DisplayBlockTest class core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php Tests the block display plugin.
DisplayBlockTest.php file core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php
DisplayBlockTest::$defaultTheme property core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php The theme to install as the default for testing.
DisplayBlockTest::$modules property core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php Modules to install.
DisplayBlockTest::$testViews property core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php Views used by this test.
DisplayBlockTest::setUp function core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php Sets up the test.
DisplayBlockTest::testBlockCategory function core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php Tests default and content block categories.
DisplayBlockTest::testBlockContextualLinks function core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php Tests the contextual links on a Views block.
DisplayBlockTest::testBlockEmptyRendering function core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php Tests the various test cases of empty block rendering.
DisplayBlockTest::testBlockRendering function core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php Tests the actual rendering of the views block.
DisplayBlockTest::testDeleteBlockDisplay function core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php Tests removing a block display.
DisplayBlockTest::testViewsBlockForm function core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php Tests the block form for a Views block.
DisplayPluginBase::getSpecialBlocks function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Provides the block system with any exposed widget blocks for this display.
DisplayPluginBase::usesExposedFormInBlock function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Checks to see if the display can put the exposed form in a block.
DisplayPluginBase::viewExposedFormBlocks function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Renders the exposed form as block.
DisplayPluginInterface::getSpecialBlocks function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Provides the block system with any exposed widget blocks for this display.
DisplayPluginInterface::usesExposedFormInBlock function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Checks to see if the display can put the exposed form in a block.
DisplayPluginInterface::viewExposedFormBlocks function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Renders the exposed form as block.
DisplayTest::testAddDisplayBlockTranslation function core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php Test if 'add' translations are filtered from multilingual display options.
DocParserTest::testTypicalMethodDocBlock function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group debug
EmptyBlockForm class core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php Provides a form for a block that is empty.
EmptyBlockForm.php file core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php
EmptyBlockForm::$plugin property core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php The plugin this form is for.
EmptyBlockForm::buildConfigurationForm function core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php Form constructor.
EmptyBlockForm::submitConfigurationForm function core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php Form submission handler.
EntityBlock class core/modules/block/src/Plugin/migrate/destination/EntityBlock.php Migrate destination for block entity.
EntityBlock.php file core/modules/block/src/Plugin/migrate/destination/EntityBlock.php
EntityBlock::getEntityId function core/modules/block/src/Plugin/migrate/destination/EntityBlock.php Gets the entity ID of the row.
EntityBlock::import function core/modules/block/src/Plugin/migrate/destination/EntityBlock.php Import the row.
EntityCrudHookTest::testBlockHooks function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Tests hook invocations for CRUD operations on blocks.
EntityQueryAccessTest::testBlockContentEntityQueryAccess function core/modules/views/tests/src/Functional/Entity/EntityQueryAccessTest.php Tests that the 'block_content_access' query tag is respected by Views.
entity_crud_hook_test_block_create function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_create() for block entities.

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