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

All search results

Title Object type File name Summary
MigrateBlockContentTypeTest class core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php Tests migration of the basic block content type.
MigrateBlockContentTypeTest.php file core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php
MigrateBlockContentTypeTest::$modules property core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php Modules to install.
MigrateBlockContentTypeTest::setUp function core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php
MigrateBlockContentTypeTest::testBlockContentTypeMigration function core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php Tests the block content type migration.
MigrateBlockedIpsTest class core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php Migrate blocked IPs.
MigrateBlockedIpsTest.php file core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php
MigrateBlockedIpsTest::$modules property core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php Modules to install.
MigrateBlockedIpsTest::setUp function core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php
MigrateBlockedIpsTest::testBlockedIps function core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php Tests migration of blocked IPs.
MigrateBlockNoBlockContentTest class core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockNoBlockContentTest.php Tests the migration of blocks without Block Content installed.
MigrateBlockNoBlockContentTest.php file core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockNoBlockContentTest.php
MigrateBlockNoBlockContentTest::$modules property core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockNoBlockContentTest.php Modules to install.
MigrateBlockNoBlockContentTest::assertEntity function core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockNoBlockContentTest.php Asserts various aspects of a block.
MigrateBlockNoBlockContentTest::setUp function core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockNoBlockContentTest.php
MigrateBlockNoBlockContentTest::testBlockMigration function core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockNoBlockContentTest.php Tests the block migration.
MigrateBlockTest class core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php Tests migration of blocks to configuration entities.
MigrateBlockTest class core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php Tests migration of blocks to configuration entities.
MigrateBlockTest.php file core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php
MigrateBlockTest.php file core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php
MigrateBlockTest::$modules property core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php Modules to install.
MigrateBlockTest::$modules property core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php Modules to install.
MigrateBlockTest::assertEntity function core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php Asserts various aspects of a block.
MigrateBlockTest::assertEntity function core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php Asserts various aspects of a block.
MigrateBlockTest::setUp function core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php
MigrateBlockTest::setUp function core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php
MigrateBlockTest::testBlockMigration function core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php Tests the block migration.
MigrateBlockTest::testBlockMigration function core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php Tests the block migration.
MigrateCustomBlockContentTranslationTest class core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php Tests migration of i18n content block strings.
MigrateCustomBlockContentTranslationTest class core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php Tests migration of i18n content block strings.
MigrateCustomBlockContentTranslationTest.php file core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php
MigrateCustomBlockContentTranslationTest.php file core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php
MigrateCustomBlockContentTranslationTest::$modules property core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php Modules to install.
MigrateCustomBlockContentTranslationTest::$modules property core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php Modules to install.
MigrateCustomBlockContentTranslationTest::setUp function core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php
MigrateCustomBlockContentTranslationTest::setUp function core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php
MigrateCustomBlockContentTranslationTest::testCustomBlockContentTranslation function core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php Tests the Drupal 6 i18n content block strings to Drupal 8 migration.
MigrateCustomBlockContentTranslationTest::testCustomBlockContentTranslation function core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockContentTranslationTest.php Tests the Drupal 7 i18n content block strings to Drupal 8 migration.
MigrateCustomBlockTest class core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php Tests migration of content blocks.
MigrateCustomBlockTest.php file core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php
MigrateCustomBlockTest::$modules property core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php Modules to install.
MigrateCustomBlockTest::setUp function core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php
MigrateCustomBlockTest::testCustomBlockMigration function core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php Tests migration of content blocks from Drupal 7 to Drupal 8.
MockBlockManager class core/modules/system/tests/modules/plugin_test/src/Plugin/MockBlockManager.php Defines a plugin manager used by Plugin API derivative unit tests.
MockBlockManager.php file core/modules/system/tests/modules/plugin_test/src/Plugin/MockBlockManager.php
MockBlockManager::createContextDefinition function core/modules/system/tests/modules/plugin_test/src/Plugin/MockBlockManager.php Creates a new context definition with a label that is cast to string.
MockBlockManager::__construct function core/modules/system/tests/modules/plugin_test/src/Plugin/MockBlockManager.php
MockComplexContextBlock class core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockComplexContextBlock.php Implementation of a complex context plugin used by Plugin API context tests.
MockComplexContextBlock.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockComplexContextBlock.php
MockComplexContextBlock::getTitle function core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockComplexContextBlock.php Returns the title of the block.

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